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
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.