Articles in this section
Category / Section

How to preserve the Edit mode of the GridControl even after pressed the Enter key?

1 min read

 

The Grid has a property called PreventEnterKeyInEditMode which is false by default. This property has to be set as true, to preserve the Edit mode of the GridControl even after press the Enter key. Please refer the below code snippet which illustrates this:

C#

this.GridGroupingControl1.PreventEnterKeyInEditMode = true;

VB

Me.GridGroupingControl1.PreventEnterKeyInEditMode = True

Sample:

http://help.syncfusion.com/support/samples/kb/Grid.Web/6.1.0.34/GGCEditMode/EnterKey.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied