Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
263
XamDataGrid and Paging
posted

Hi,

Does XamDatagrid provide any option for paging, if yes can anyone let me know how?

Thanks

 

  • 69686
    posted

    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.