gridGroupingControl1.NestedTableGroupOptions.ShowAddNewRecordBeforeDetails = false;

The above doesnt work - I still get an AddNewRecord before my details. I either want no AddNewRecord, or I want one after my details. Why won''t the grid listen to me!??!?

2 Replies

AD Administrator Syncfusion Team July 13, 2004 08:30 PM UTC

Daniel, NestedTableGroupOptions will only affect the toplevel groups of nested relations. Try setting ChildGroupOptions.ShowAddNewRecordBeforeDetails or TopLevelGroupOptions.ShowAddNewRecordBeforeDetails instead. Stefan


DC Daniel Chait July 14, 2004 11:54 AM UTC

Thanks, that did the trick

Loader.
Up arrow icon