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
755
Excel like editing, exit edit mode on cursor keys
posted

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.

Parents
  • 24671
    Suggested Answer
    posted

    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 

Reply Children
No Data