I created a radgrid witch editmode = "bath".
Inside this grid I've declared a radcombobox using GridtTemplateColumn, I want to set value to a radtextbox depending of selected value of the combo (it is inside the grid too).
I couldn´t find how to do this, I was traying to do it on "SelectedIndexChanged" event of the combo but I could not find the row index.
Thanks in advance for your help.
The SelectedIndexChanged is a server event. Subscribe to the OnClientSelectedIndexChanged event of the RadComboBox instead.
You can access the current row as follows: