Hi,
I have an UltraWebGrid with a column of type: DropDownList. I am setting another column as readonly depending on the value of the DropDownList column. What event should I use so when the user change the value in the combo I can set the attribute in the another cell?
When the colun is a DropDownList these grid events are not fired: AfterCellUpdateHandler, AfterExitEditModeHandler
ThanksRegards,Fernando
I found the ValueListSelChangeHandler grid event... but it is not being fired...
Also, I tried using the endEdit method of a cell, but it continue being edited... is this method to STOP editing or not?
This method can be called of the cell object to discontinue editing of the cell object and push the changes into the client object model.
Thanks, Fernando
Anyway, I would know if the ValueListSelChangeHandler grid event is fired when the value of a combo column changes or what another event should be use so I can take any action when the user changes the value in a combo column.
Regards,
Fernando