Hi all,
I'm using RadGrid in Edit mode, with some GridDropDownColumns with the default GridDropDownListColumnEditor. I can even setup the client side event handler for the SelectedIndexChanged event. There I use a javascript alert() to see the contents of the combo.
The challenge is now to transfer this value to another Combobox a) in the same row or b) in another row.
How can i set the Combobox from the client side javascript?
I'm using RadGrid in Edit mode, with some GridDropDownColumns with the default GridDropDownListColumnEditor. I can even setup the client side event handler for the SelectedIndexChanged event. There I use a javascript alert() to see the contents of the combo.
The challenge is now to transfer this value to another Combobox a) in the same row or b) in another row.
How can i set the Combobox from the client side javascript?