For example, if user change the column order(moving column), resizing column, hide one of column, sort by one colume,..., How to capture all those setting change in code in one place instead of do it for each event handler?
Hello Benjamin,
Thank you for your post. I have been looking into the functionality that you have described and I can suggest handling the different events, of the XamGriud, in order to track the changes:
You can also detect changes of the properties of the XamGrid and its elements, by handling the PropertyChanged event. You can handle PropertyChanged event of multiple items, for example the XamGrid and each column, by using the same event handler.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I am just checking if you require any further assistance on the matter.
Thank you. I have resolve this issue, but have more problem with persistent. See http://ko.infragistics.com/community/forums/t/74130.aspx.
Thank you for your reply. I am very glad that you have managed to solve the issue that you were having. Please let me know if you need any further assistance on the matter.