I have a RadGrid that is setup to use the InLine edit mode. He is snippet of code containing the GridDropDownColumn.
When I enter Edit mode, I would like a SelectedIndex event fired. This will allow me to update other item on the row. I don't see any events in the GridDropDownColumn properties list.
Any thoughts on how I get an event to fire?
Thanks.
Steve
<telerik:GridDropDownColumn DataField="BreakTypCd" ListDataMember="BreakTyp" |
HeaderText="Break Type" ListTextField="Descript" ListValueField="BreakTypCd" |
UniqueName="BreakTyp" ColumnEditorID="GridDropDownColumnEditor1"> |
</telerik:GridDropDownColumn> |
When I enter Edit mode, I would like a SelectedIndex event fired. This will allow me to update other item on the row. I don't see any events in the GridDropDownColumn properties list.
Any thoughts on how I get an event to fire?
Thanks.
Steve