<telerik:GridDropDownColumn UniqueName="ISHUR" DataField="ISHUR" HeaderText="MyIshur" DropDownControlType="DropDownList" DataSourceID="objdsIshur" ListTextField="Text" ListValueField="Key"/> Hi All,
I have a radgrid that one of his columns is GridDropDownColumn
I want to access the GridDropDownColumn in client side and get the selected index when i move to edit mode.
Note that the DropDownControlType property is set to DropDownList and not to RadComboBox/
Thank,
Gerry