AD
Administrator
Syncfusion Team
June 22, 2005 04:45 PM UTC
Try setting these properties:
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = true;
LM
Lan Mo
June 22, 2005 06:25 PM UTC
Thanks. It works.
>Try setting these properties:
>
>this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;
>this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = true;
>