I have to show thousands record in wingrid.Due to performance issue i want to show in pages.Is it possible to show paging in windows grid means wingrid.
No, the WinGrid has no paging functionality. It does, however, support load-on-demand. You should check out the UltraDataSource component and the Million Row samples.
I have one dataset which contains 10,000 recorsd.I have one ultradatasource and one wingrid.I set wingrid's datasource to ultradatasource .
Now our ultradatasource contains 0 records.Now in ultradatasource 's CellDataRequested event i have to assign e.row values.
How i can know which record is to select from dataset.it is only on basis of index like 1,2.
But in dataset there are unique identifier for each record.
Please let me know.