GridGrouping and AddNew

How can I set the AddNew row to the bottom of the table instead of the top - which seems to be the default setting? Kind regards Markus

1 Reply

AD Administrator Syncfusion Team August 10, 2005 03:36 PM UTC

Try these properties: this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = true; this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = false;

Loader.
Up arrow icon