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
close icon

hide Addnewrecord row?

Hi.
A very simple question but i cannot figure out how to do this. How can i hide the addnewrecord row in a gridGroupingcontrol?

Thanks.

2 Replies

AD Administrator Syncfusion Team August 3, 2006 12:22 PM UTC

Hi,

Add the below property setting to hide the AddNewRecord.

this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = false; // this is by default false

Thanks for your interest in Syncfusion Products.
Regards,
Rajagopal


AD Administrator Syncfusion Team August 3, 2006 12:28 PM UTC

thanks!

Loader.
Live Chat Icon For mobile
Up arrow icon