Hi,
I am debugging a performance issue with XamDataGrid (v.16.1.20161.1000) and one of the most significant call is in VerifySort in XamDataGrid. I am trying to figure out how to avoid this call. My grid does not have any sorting on. When I created a sample app, I did not see this call so there must be some setting that set it off. I cannot share the production code for confidentiality reason, does anyone know if there is a setting that can turn off this call?
Hello,
The VerifySort is called when sorting is applied. Please note that when records are grouped they are first sorted so if you group by specific fields this will call the VerifySort as well.
May be if you share more details about the performance issue with XamDataGrid on your side I could assist you with more specific information.
Let me know if you have any questions.
Ah grouping that was what it is. Thank you very much for your reply.