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.
Up arrow icon