In my ultragrid, i assign a column style as Dropdownlist and assign souce to the Editorcontrol.
My requirement is, when i update a value in some other cell, the corresponing row dropdown has to set corresponding value.
[eg] Dropdown have 0ne, two and three.
When i update 2 in a cell, the active row dropdown has to set two .
Thanks in advance...
You should probably handle the CellChange event and trap for changes in the cell and set the Value of the other cell.