Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1005
column DropDownList doesn't fire some grid events...
posted

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

 Thanks
Regards,
Fernando

Parents
  • 1005
    Offline posted

    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?

    endEdit

    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

Reply Children
No Data