Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
How to capture Setting changed event for XamGrid?
posted

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?

Parents
  • 30945
    Offline posted

    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

Reply Children