Hi Team,
Is there a way to access the opposite of the ClientEvents-OnColumnContextMenu event? What I am trying to accomplish is having the user right-click on the columns, and specify one to many columns to display / hide, and when they are are done selecting the columns to perform an ajax request to resize the width of the grid.
I have tried to wire to the event ClientEvents-OnColumnHidden and ClientEvents-OnColumnShown but these events fire every time that a single column is hidden or shown, and the ajax processing causes the context menu to close, preventing the user from selecting / deselecting all of the desired columns.
Any help is appreciated.
-Matt
Is there a way to access the opposite of the ClientEvents-OnColumnContextMenu event? What I am trying to accomplish is having the user right-click on the columns, and specify one to many columns to display / hide, and when they are are done selecting the columns to perform an ajax request to resize the width of the grid.
I have tried to wire to the event ClientEvents-OnColumnHidden and ClientEvents-OnColumnShown but these events fire every time that a single column is hidden or shown, and the ajax processing causes the context menu to close, preventing the user from selecting / deselecting all of the desired columns.
Any help is appreciated.
-Matt