This is a migrated thread and some comments may be shown as answers.

Custom Paging on RAD Grid

3 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bikramjit
Top achievements
Rank 1
Bikramjit asked on 13 Jul 2010, 08:30 AM
Hi Guys,

I am using Telerik RAD Grid Control. I am populating the Grid with ObjectDataSource, means I am filling that through coding and its working fine. Now I want to implement the custom paging for that. I gone through so many links and demos but all those are with ObjectDataSource, but I want to do without it. Can anybody help me on this issue? Pls provide provide the answer as soon as you can.

Thanks in Advance,
Bikramjit

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 13 Jul 2010, 08:43 AM
Hello Bikramjit,

If you prefer you can implement custom paging with NeedDataSource event handling as shown on this online demo of the product:

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx (see the first grid implementation)

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Bikramjit
Top achievements
Rank 1
answered on 13 Jul 2010, 10:05 AM
Hi Sebastian,

I tried that as well. The problem with that is when I wrote AllowCustomPaging="true" in apsx and run the project, I am not able to see any dropdown for paging and the paging I am using before is also eliminated. Means not able to see the pager footer in the Grid. Please provide me the answer if am wrong anywhere.

Thanks,
Bikramjit
0
Rosen
Telerik team
answered on 19 Jul 2010, 12:06 PM
Hi Bikramjit,

Can you please verify that you have correctly set VirtualItemCount property to the total rows; count returned from the query before it has been paged?

All the best,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Bikramjit
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Bikramjit
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or