AddNew record is a record which is used to add new record to the Grid and it appears on the top of the Grid. To prevent this, the AllowNew property has to be set as false. Please refer the below code snippet which illustrates this: C# this.GridGroupingControl1.TableDescriptor.AllowNew = false; VB Me.GridGroupingControl1.TableDescriptor.AllowNew = False Sample: http://help.syncfusion.com/support/samples/KB/Grid.Web/6.1.0.34/GGCAllowNew/allownew.zip |
This page will automatically be redirected to the sign-in page in 10 seconds.