This is a migrated thread and some comments may be shown as answers.

Column change event aren't fire

3 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 31 Jan 2014, 09:17 AM
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

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 31 Jan 2014, 02:39 PM
Hi,

You could perform the saving when you try to do the actions the user selects from the context menu. Just execute this additional logic when you are executing the selected one.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Paulo
Top achievements
Rank 1
answered on 31 Jan 2014, 02:56 PM
hello, 

tkx for the answer but my question is that: What's the event to add this logic?
Right now I cannot receive any event when I choose any item in the context menu.

If the action from the context menu it's not an event, how can I intercept that?


best regards
Paulo Aboim Pinto
0
Dimitrina
Telerik team
answered on 31 Jan 2014, 03:50 PM
Hello,

Please check this and this online demos on how to execute some actions through context menus.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Paulo
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Paulo
Top achievements
Rank 1
Share this question
or