My web page has a Radgrid with a RadComboBox and other controls inside EditItemTemplate tags.
When the RadComboBox OnSelectedIndexChanged is fired in edit mode, i can find other items in edit mode and do things with them.
I use Radgrid.EditItems[0].ItemIndex to find the edit index then i go from there however;
When the RadComboBox OnSelectedIndexChanged is fired in edit mode, i can find other items in edit mode and do things with them.
I use Radgrid.EditItems[0].ItemIndex to find the edit index then i go from there however;
In insert mode Radgrid.EditItems[0].ItemIndex doesnt work hence i cannot find controls.
How can i find controls in insert mode on RadComboBox OnSelectedIndexChanged?