We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

how to use enter to advance the edit row

Hi Guys

I want to use the enter key to skip to the next column in the row when a record gets edited or a new entry is made instead of using the TAB key . is that possible

thank you

3 Replies

AK Arun Kumar V Syncfusion Team July 22, 2015 04:24 AM UTC

Hi Pierre Smith,

Thanks for your interest in Syncfusion products.

The reported behavior to advance from an edited cell to a new cell (using Enter Key), can be achieved by customizing the “EnterKeyBehavior”. Please refer to the below KB link which gives detailed explanation about the enter key behavior.

Code Snippet:
this.gridGroupingControl1.TableModel.Options.EnterKeyBehavior = GridDirectionType.Right;

KB Link: http://help.syncfusion.com/ug/windows%20forms/index.html#!documents/enterkeybehavior.htm

Please let us know if you have any concerns.

 Regards,
 Arun.



PS Pierre Smith July 23, 2015 12:20 PM UTC

Thank you this works great


AK Arun Kumar V Syncfusion Team July 27, 2015 12:10 PM UTC

Hi Pierre Smith,

Thanks for the update.

We are glad to hear the reported functionality is achieved with our last update suggestion. Please make use of direct-trac to create new incident for your queries.

Please let us know if you have any concerns.

Regards,
Arun.

Loader.
Up arrow icon