This is a migrated thread and some comments may be shown as answers.

Edit Mode Enter

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 13 Mar 2014, 09:15 PM
Hi All,

When I am in EditMode in my grid and I hit the "Enter" key it acts like I've clicked on "Add new record."  Is there a way to make Enter behave as though Insert/Update was clicked?

Thanks,
Mark

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Mar 2014, 04:36 AM
Hi Mark,

You can enable the AllowKeyboardNavigation property in the ClientSettings along with KeyboardNavigationSettings-AllowSubmitOnEnter="true" to achieve your requirement.

ASPX:
<ClientSettings AllowKeyboardNavigation="true" KeyboardNavigationSettings-AllowSubmitOnEnter="true">
</ClientSettings>

Thanks,
Princy
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or