New row position

Hello, In GGC,I want to the new row appears at the bottom, Which property to set? Lan

2 Replies

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; >

Loader.
Up arrow icon