Some Equivalent Methods of GridDataBoundGrid for GridGroupingControl

Hi, I would like to know the equivalent Methods of GridDataBoundGrid for GridGroupingControl : 1. GridDataBoundGrid.Binder.IsDirty() 2. GridDataBoundGrid.Binder.IsAnyDirtyField() 3. GridDataBoundGrid.Binder.IsFieldDirty(FieldNumber) 4. GridDataBoundGrid.Binder.IsAddNew 5. GridDataBoundGrid.Binder.IsAppendRow Best regards, Jamâl-Dine DISSOU

2 Replies

AD Administrator Syncfusion Team April 4, 2005 09:50 PM UTC

Hi Jamâl-Dine, here are the grouping grid properties/methods: 1+2) CurrentRecordManager.IsModified (IsDirty and IsAnyFieldDirty is the same) 3) CurrentRecordManager.Properties[fieldName].IsModified 4+5) Table.CurrentRecord is AddNewRecord (IsAddNew and IsAppendRow is the same) Stefan


PD Prof DISSOU Jamâl-Dine April 5, 2005 01:08 PM UTC

Hi Stfan, Thanks a lot, Jamâl-Dine DISSOU

Loader.
Up arrow icon