I have a RadGrid with the Header Context Menu enabled to allow users to select the columns they want to see. I'm currently using the OnColumnHidden and OnColumnShown client events to make an ajax request and save the user's preferences. Rather than saving the preferences after each column is shown/hidden, I would like to save them after the context menu is closed, if any changes were made.
I see that the grid has a client event for OnHeaderMenuShowing. However, I don't see an event for the menu hiding. Is there any way to tell when the header context menu is closed?
I see that the grid has a client event for OnHeaderMenuShowing. However, I don't see an event for the menu hiding. Is there any way to tell when the header context menu is closed?