How to do paging in rad grid with PagerStyle Mode="NextPrevAndNumeric"
please reply Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Sep 24, 2012, 8:42 AM
Your code in this event rather than normal gridview binding
protected void RadGrid1_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
{
Your code to bind
}
karthikPosted Dec 16, 2014, 8:02 PM
babu
i am stuck with rad grid paging..
can u pls provide me a sample code...
i tried the above.. i couldnt see the paging controls..
Dorababu MekaPosted Sep 24, 2012, 8:55 AM
nallyaPosted Sep 24, 2012, 8:48 AM
Its working great.
thanks
nallyaPosted Sep 24, 2012, 8:39 AM
it wont run on normal grid binding
Dorababu MekaPosted Sep 24, 2012, 8:37 AM
Also handle If(!IsPostBack) in page load
Dorababu MekaPosted Sep 24, 2012, 8:34 AM
nallyaPosted Sep 24, 2012, 8:31 AM
Exception:
Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
just wanted to know are u working on Telerik Controls?
Thanks
Dorababu MekaPosted Sep 24, 2012, 7:55 AM
nallyaPosted Sep 24, 2012, 7:51 AM
Dorababu MekaPosted Sep 24, 2012, 4:25 AM