How to implement paging in a GridDataBoundGrid?

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

2 Replies

AD Administrator 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.


AD Administrator 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. >

Loader.
Up arrow icon