I want to support excel like editting.
The cellediting behavior supports many options to specify when to enter editmode. Could you extend the cellediting behavior with options to specify when to leave edit mode?
In the meantime can you help me out with the following:
When the user is editing and uses an arrow key, e.g., cursor down, I want to exit edit mode, update the changed data and move the cursor, e.g., to the cell of the next row, and enter edit mode.
I am missing a key down event in the CellEditingClientEvents client events to do this.
Hi,
We've got plans to add similar functionality in the future. Re: your question about Key down event, it's available off the client events of the WebDataGrid itself, not the cell editing behavior.
Hope it helps,
Angel
Hi Angel
"...We've got plans to add similar functionality in the future..."
Do you know if this has been added in yet or if not, whether it is any closer to be adding in?
Thanks