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
1284
Property to check if the layout is changed by user.
posted

Hi, 

            Is there any property to check if the layout is changed by the user?

I am loading the layout after binding datasource and want to check if the user has modified the layout.

How to check in code whether the user has modified the layout?

Thanks

Ashok

  

Parents
  • 37774
    posted

    There is nothing that you can check to see if the user has made any changes to the grid after it has been loaded, such as if a column has been moved or sorted, since the grid does not maintain any information on what its state was originally versus what its current state is.  You would have to take note of whether this has happened, such as in the AfterColPosChanged or AfterSortChanged events.

    -Matt

Reply Children
No Data