Hello,
I'm trying to implement an auto-save mechanism that save the GridView Layout when the user make any change to it like reordering column, change the width, grouping any column.
This behavior is working fine until I click with the mouse right button and get the context menu and try to add or remove some columns or to group or ungroup from there. When I perform any of the operations on the context menu, no event is fire.
Should I subscribe any other events?
When we add or remove fields (using the context menu) what's the event fired?
best regards
Paulo Aboim Pinto
I'm trying to implement an auto-save mechanism that save the GridView Layout when the user make any change to it like reordering column, change the width, grouping any column.
This behavior is working fine until I click with the mouse right button and get the context menu and try to add or remove some columns or to group or ungroup from there. When I perform any of the operations on the context menu, no event is fire.
Should I subscribe any other events?
When we add or remove fields (using the context menu) what's the event fired?
best regards
Paulo Aboim Pinto