Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
hello,
Can anyone telll me paging in Radgrid...
Posted
Comments
ZurdoDev 27-Feb-15 8:23am    
There are many samples on their site. Are you stuck somewhere specific?
Member 11148509 27-Feb-15 8:24am    
ya actually unable to load page when i click next page
Tushar sangani 28-Feb-15 1:46am    
any error during the page load?
Member 11148509 28-Feb-15 23:50pm    
protected void RadGrid_Details_PageIndexChanged(object sender, Telerik.Web.UI.GridPageChangedEventArgs e)
{
RadGrid_Details.CurrentPageIndex = e.NewPageIndex;
FillData();
}
code for paging
in fill data i wrote connectionstring
Member 11148509 1-Mar-15 6:47am    
can anyone tell me ASAP

1 solution

Hi,

Please have a look at the following link:
http://demos.telerik.com/aspnet-ajax/odatadatasource/examples/functionality/filteringpaging/defaultcs.aspx[^]

Hope this helps !! :) :)
 
Share this answer
 
Comments
Member 11148509 1-Mar-15 23:49pm    
I dint use datasource.....the link which u sent ...its realted with datasource
[no name] 1-Mar-15 23:50pm    
U did use data source ?
Could you explain what are you using then
Member 11148509 1-Mar-15 23:59pm    
I wrote code to populate data into radgrid....like datareader and commandtype ..
Member 11148509 2-Mar-15 0:57am    
Radgrid is not working after im changing page...ie data is not displayed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900