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

[Solved] DropDown events inside DataGrid

1 Answer 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Peer
Top achievements
Rank 1
Peer asked on 26 Aug 2010, 02:03 PM
It is possible to set an event after the DropDown ItemVaue inside a RadDataGrid has chenged?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 26 Aug 2010, 02:18 PM
Hello Per,

You can use the CellEditEnded event of the grid that will be handled after the value has been changed and the cell loses the focus. In case you need an immediate response once the value is modified, you can add a new handler that will correspond to the SelectionChanged event. You can read more about the later approach in this blog post (point 3). 

Greetings,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Peer
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or