Hi,
I am controlling the column ordering, visibility, filtering etc everything from the view model by writing an adapter to separate view from view model. Things are working nice so far.
However, I need to preserve the order of the column that the user sets in once session so that I may represent him the same order when he launches the application again.
For this to happen, I need a event that will help me intimate the ViewModel that column reordering has happened. I saw this thread:
https://www.syncfusion.com/kb/2437/how-to-set-back-the-initial-columns-order-after-reordering-the-columns
And also read the documentation here:
https://help.syncfusion.com/xamarin/sfdatagrid/columndraganddrop
From the documentation, I see we can track the dragging of a column but can't find anything that can help us hook to the drop. Am I missing something.
All I need is a place to hook to when the user has reordered a column.
regards,
Sid