Hi,
Does XamDatagrid provide any option for paging, if yes can anyone let me know how?
Thanks
Hello,
The paging is out of the box for the moment, simply because it is unnecessary as far as performance is concerned, because of the virtualization techniques of the XamDataGrid. You can, however, easily implement that using the BringRecordIntoView(...) method as well as using the DataPresenterCommands for navigation between records. Please follow this link for more information on pagination.
Hope this helps.