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

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