BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Rem,
Thank you for interest
in Syncfusion Products.
In order to
hide a rowheader, you need to set ShowRowHeader to false and for any specific
row, you can use Rows.Hidden[rowindex]. Please refer the below UG link
for further clarification.
UG Links:
http://help.syncfusion.com/ug/windows%20forms/default.htm#!Documents/howtohidearoworcolum.htm
http://help.syncfusion.com/ug/windows%20forms/default.htm#!Documents/howtohidetherowheade.htm
http://help.syncfusion.com/ug/windows%20forms/default.htm#!Documents/showorhideheader.htm
Note: The
attachment is missing. So, we have provided the solution based on the query.
Warm Regards,
AL.Solai.
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.
Hi Rem,
Thank you for your update.
We are glad to know that your issue has been resolved.
Please let us know if you have any other concerns.
Thanks & Regards,
AL.Solai.