Articles in this section
Category / Section

How to prevent the AddNew record from showing up?

1 min read

 

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:

https://help.syncfusion.com/support/samples/KB/Grid.Web/6.1.0.34/GGCAllowNew/allownew.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