Hi,
I want to achieve server side sorting by using xamGrid.Perhaps, is VirtualCollection used.
However, the approach is not found what event to handle.
Please help someone to know good samples , Forum past that looks like.
regards.
HiI try to achieve the function by this approach. I would like to express my gratitude to your appropriate advice. I really appreciate.
With VirtualCollection you would hook up to ItemDataRequested and you would get the information about the sorting requested by getting the e.SortDescriptions value in the event handler and pass it to your service.
HTH,