The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi
Can anybody give a sample of how to implement Paging concept for GridDataBoundGrid.
I am using Syncfusion 1.6.1.5 and Visual Studio 2003, .Net Framework 1.1 Sp1
Thanks
Rajaraman
ADAdministrator Syncfusion Team October 29, 2004 02:00 PM UTC
Here is a link that shows how you might do paging in a GridnControl used as a virtual grid. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=18735
The sample uses a virtual gridControl, but you could use the events on the grid.model to try to load another page into a dataview that is being used as the datasource in the griddataboundgrid.
ADAdministrator Syncfusion Team November 2, 2004 07:42 AM UTC
Thanks Clay
After implementing the same with some enhancements i will come back to this.
regards
Rajaraman
>Here is a link that shows how you might do paging in a GridnControl used as a virtual grid. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=18735
>
>The sample uses a virtual gridControl, but you could use the events on the grid.model to try to load another page into a dataview that is being used as the datasource in the griddataboundgrid.
>