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
1763
Know if a cell is in EditMode Client-Side
posted

Is there some JavaScript property/flag of the grid object that I can access to know if there's a cell already being edited? So far, what I'm doing it so set a flag on in the grid_BeforeEnterEditModeHandler function and turning it off in it's counterpart grid_AFterExitEditModeHandler. I'm just wondering if there's something more elegant to do so.

Thanks.