Hello,
I have a radGrid with BatchEdit mode activated. In each row i have 2 radComboBox, the first combobox depends of the value of the second to bind one datasource or other. How can i access to the editItemTemplate in the itemDataBound and set the radComboBox of the each row with the datasource associated?
The problem is that the bind of the radComboBox depends of the selected value of the other radComboBox that i have in the same row. Some idea?
Thanks