Hi,
I am using Xamdatagrid control of wpf 8.2
I am having large no of records in my datagrid. So want to have pagination in datagrid.
Please let me know how we can show pagination on the screen to the user when there are large no. of records in Xamdatagrid.
XamDataGrid does not have paging functionality, and I don't myself know how one would implement a similar appearance.
If you'd like to see this functionality in a future release of xamDataGrid, I suggest you submit a feature request. We use feature requests to help prioritize the features that go into upcoming releases.
Hi vince Mcdonald,
Thanks for reply.
Actually I dont want pagination for the performance issue. But i need pagination to have neat and clean UI and for managing data easily for the user.
If there are say 5000+ rows in datagrid then i want to show only first 500 rows on page 1,next 500 rows on page 2 and so on.....
so please let me know how it is possible to achieve paginatio functionality in Xamdatagrid.
Thanks,
Sejal
XamDataGrid lazily loads rows when the rows are needed. So, even though it does not have paging functionality, you should not need it to deal with performance issues.