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
close icon

GridGroupingControl, AddNewRecord & Scrolling

Hi, I use GridGroupingControl and have the AddNewRecord at the bottom. As users add records it goes out of the view. How do I make sure it is always visible? Is there a property I can set or a method I have to use? Users want the new record row at the bottom. Thanks, Manojith

1 Reply

ST stanleyj Syncfusion Team January 17, 2006 04:59 PM UTC

Hi Manjoith, The add new record row can be set on the top/bottom using the following code. this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordAfterDetails = true; this.gridGroupingControl1.TopLevelGroupOptions.ShowAddNewRecordBeforeDetails = true; But there is no method or property now to make it always visible when ShowAddNewRecordAfterDetails is set. Best regards, Stanley

Loader.
Live Chat Icon For mobile
Up arrow icon