Hi,
I am using radgrid to list all the records. I am using nested tables i.e. telerik:GridTableView. There is one RadComboBox in first column of DetailTables(Nested table under mastertable). I want to set some value in second column of same row which is depend upon selecteditem of RadComboBox.
I can call the javascript function on selectedindexchanged event of RadComboBox. But I am not getting the cell of the radgrid in the same row of the RadComboBox of which client side event is occured.
I am not able to get cell of the DetailTables under radgrid. How can I set the value in to that cell which is in the same row as that of RadComboBox?
Thanks,
Vinayak Chavan.