remove first blank row of grid grouping control

hi,

I have some queries regarding grid grouping control..

when i bind data with grid grouping control the first row is allways blank....Kindly help me to suggest what could be done to remove first blank row...

1 Reply

RA Rajagopal Syncfusion Team August 28, 2007 01:37 AM UTC

Hi Prabhjeet,

Thanks for your interest in Syncfusion Products.

To disable the AddNewRow, please try setting the following properties.

this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = false;

Let me know if you have any other questions.

Regards,
Rajagopal

Loader.
Up arrow icon