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
1445
Can I capture ComboEditors events when they are in a cell of a grid?
posted

I have a grid that has a drop down in its cell. If the user changes the selection, I want to make changes with in that SelectionChange Event. How can I do that?

 

Thanks

  • 469350
    Offline posted

    Hi,

    No, the grid does not use the control itself, so no event on the control will fire when you are using it in the grid. The control just provides a copy of it's editor for use in the grid.

    You will need to use a grid event like TextChanged or Before/AfterCellUpdate.