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.
Up arrow icon