Hi Rem,
Thank you for your update.
The top one is Caption Bar, you can hide
it using ShowCaption property. The next one is AddNewRecord, this can be hided
using ShowAddNewRecordBeforeDetails/ ShowAddNewRecordAfterDetails. Please refer
the below code snippet and image attached for reference.
Code Snippet:
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails
= false;
this.gridGroupingControl1.TopLevelGroupOptions.ShowCaption = false;
Please let us know if you have any other
concerns.
Thanks & Regards,
AL.Solai.
Attachment:
image_b319306e.zip