Enum GridCurrentRecordItemChangedBehavior
Defines the default behavior when the grid is notified from the underlying IBindingList that the data for the current record are changed.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridCurrentRecordItemChangedBehavior
Fields
Name | Description |
---|---|
KeepCurrentCellText | Keep the text of the current cell, mark current record as modified (show pencil in row header) when text of current cell differs. |
KeepCurrentRecord | Keep changes that were made for the current record and keep the current cell's control text and mark the current record as modified (show pencil in row header). |
None | Represents None. |
ReloadCurrentRecord | Discard any changes for the current record and display the modified data into the current record. |