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

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.
Live Chat Icon For mobile
Up arrow icon