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
405
XamDataGrid vs XamGrid Paging
posted

We need to implement server-side paging (including filtering, sorting AND grouping!) and we are currently using the XamDataGrid, which has no out of the box support for paging (at least I could not find any).

- the new asyncDataSource looks good, although it uses Virtualization - but has NO Grouping!

- a custom PageCollectionView did not seem to work with XamDataGrid, although I did not invest too much time investigating why

- we could implement our own custom pager/filters/sorting/grouping, by setting the DataSource then to the filtered paged result - a lot to implement and found no samples

- the xamGrid actually supports paging (still could not find any samples for server-side paging), but I still do not understand if we should switch to XamGrid - what is the difference (I saw the article) and for how long is XamGrid going to be supported? Are there new features planned for the XamGrid or is the XamDataGrid the "new and proved" grid control to use for the future?

We are talking about millions of rows, so paging is a must!

What is the experts' suggestion here?

Thanks in advance