How can I use the DataGrid to support Server-Side paging/grouping in a MVVM / Client-Server Application.
I have a huge list of articles - but the application should be use via VPN from remote hosts. So is not pratical to send the huge list. But it was nice to sort and group the data.
I have a huge list of articles - but the application should be use via VPN from remote hosts. So is not pratical to send the huge list. But it was nice to sort and group the data.