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
896
Pagination
posted

Hi,

 

Is there any way to paginate the Xamdatagrid, we are in need of loading 100 thousand data points.

 

Thanks & Regards,

Abhi

Parents
No Data
Reply
  • 69686
    posted

    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,

    Alex.

Children