ST
stanleyj
Syncfusion Team
January 17, 2006 04:59 PM UTC
Hi Manjoith,
The add new record row can be set on the top/bottom using the following code.
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = true;
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = true;
But there is no method or property now to make it always visible when ShowAddNewRecordAfterDetails is set.
Best regards,
Stanley