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

grid with wrong formating


I am not finding the correct property to make the +/- button conform with the look and feel.
I am not finding the correct property to make the edit bar under the group caption desappear.


Attachment: print_grid_35651484.zip

1 Reply

SA Solai A L Syncfusion Team June 25, 2015 06:48 AM UTC

Hi Felipe,

Thank you for your interest in Syncfusion products.

I am not finding the correct property to make the +/- button conform with the look and feel.


Please refer the below KB’s to customize the plusminus button.
http://www.syncfusion.com/kb/4665/how-to-customize-the-record-plus-minus-icon

http://www.syncfusion.com/kb/594/how-to-replace-the-default-expand-buttons-with-the-customized-image-buttons-when-the-records-are

I am not finding the correct property to make the edit bar under the group caption desappear.

We suspect that you mean the AddNewRecord. To remove that set the ShowAddNewRecords to false.

Code Snippet[c#]:

//For Main Groups

            this.grid.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;

            this.grid.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = false;


//For Main Groups

            this.grid.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;

            this.grid.NestedTableGroupOptions.ShowAddNewRecordAfterDetails = false;


//For Child Groups

            this.grid.ChildGroupOptions.ShowAddNewRecordBeforeDetails = false;

            this.grid.ChildGroupOptions.ShowAddNewRecordAfterDetails = false;

  Please let us know if you have any other concerns.

Thanks & Regards,
AL.Solai.

Loader.
Live Chat Icon For mobile
Up arrow icon