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
35
Does it possible to disable EnterEditMode when single-click an ultragridcell
posted

I write some code in BeforeEnterEditMode event, and use doubleclickcell to perform an EnterEditMode event.

The problem is that a single-click will still fire the BeforeEnterEditMode event, does it have any way to disable this action, which means grid can only enter Editemode when double-clicking cell

Thanks in advanced~