Hi,
Is there any way to paginate the Xamdatagrid, we are in need of loading 100 thousand data points.
Thanks & Regards,
Abhi
Follow this thread to see an example of BringRecordIntoView() and DataRecordPresenterCommands.
http://forums.infragistics.com/forums/p/24468/89626.aspx#89626
Alex.
Can you provide me some sample ....
Hello Abhi,
You can implement pagination for the XamDataGrid using the BringRecordIntoView() method and using DataPresenterCommands. You should also take into consideration the DataRecordPresenter height to display an exact number of visible records.
If you like your XamDataGrid to load on demand, you can use the following thread and Death Dragon's approach in achieving this.
Hope this helps,