Hi,
I am using command item template in radgrid.
In my command item template i am using Radcombobox.
I set
I am using command item template in radgrid.
In my command item template i am using Radcombobox.
I set
CommandItemDisplay
="TopAndBottom"
on both sides
RadCombobox conatins various items
Eg "DELETE"
"Convert"
"Add to Cart"
When i select any item from combo it sholud be reflect in both the top and bottom combos.
when i select "Delete" from top combo ,bottom combo should also display "Delete"
How can i access the same combos in javascript differently.
So that i can change their value on their
OnClientSelectedIndexChanged event.
Or Is their any way to do that?
Please let me know as soon as possible.
Thanks