Hi,
We need to implement paging concept in the Telerik rad grid control for win forms. At present Telerik doesn’t provide paging in win forms. Is there a way to implement custom paging , provided it should honor the filtering within the grid.
Thanks,
Julian
9 Answers, 1 is accepted
The RadGridView doesn't support out of the box paging. However, you can emulate paging which is detailed in this blog post
However, I'd say that paging is required for good performance in RadGridView as it now uses UI Virtualization. You can read more about it's logical Vs Visual Structure at this link
Hope that helps, but let me know if you need more information
Richard
Did this help? If so, please mark as answer so others can find the solution too. If you need more help, just let me know.
Richard
This is now supported out of the box. Detailed information can be found here: Paging
In addition this is the correct blog post link: Emulating Paging with RadGridView for WinForms and LINQ with 1 million records
I hope this information helps.
Regards,
Dimitar
Telerik
Thank you for writing.
Paging was added to RadGridView back in Q1 2014 (2014.1.226), so if you are using older version, this is the reason you cannot see the property.
In order to benefit from the new functionality feel free to upgrade to at least Q1 2014 (I would recommend our latest version).
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Hello Stefan
Hello
I Wrote Custom Pagination On Win Form By linq to SQL. and Loading 20 Records In Data source For every Page , because of Lots Of Records and Slowly Operations.(More Data On : [ https://www.telerik.com/blogs/emulating-paging-with-radgridview-for-winforms-and-linq-with-1-million-records])
then I got this result:
Page 1 : 1 to 20
Page 1 : 1 to 20
Page 1 : 1 to 20
and another question is :
can I have event for numeric button in paging panel element in grid view in win Form ?
I can Not Set the numeric button Count On Loading. why?
RadGridView.GridViewElement.PagingPanelElement.NumericButtonsCount=5; <it does n`t Work>
I have just One button in numeric button Count Controls
excuse me
i`m mistaken
Page 1 : 1 to 20
Page 2 : 1 to 20
Page 3 : 1 to 20
...
and so on.
Hello, Aseman,
Your questions have already been answered in the other threads you have opened on the same topic. Please, see our answer there for more information:
https://www.telerik.com/forums/row-count-in-paging#nMtrAnvLxUecn2lrK7EgiQ
https://www.telerik.com/forums/customize-gridview-paging-panel#xluN7K-S10u-L_EGRRLG0g
We kindly ask you to use just one thread for a specific problem to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two or more tickets instead of one. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.
Thank you for your understanding.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik