Class GridCurrentRecordItemChangedBehavior
Defines the default behavior when the grid is notified from the underlying IBindingList that the data for the current record are changed.
Inheritance
System.Object
GridCurrentRecordItemChangedBehavior
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridCurrentRecordItemChangedBehavior : Enum
Fields
KeepCurrentCellText
Keep the text of the current cell, mark current record as modified (show pencil in row header) when text of current cell differs.
Declaration
public const GridCurrentRecordItemChangedBehavior KeepCurrentCellText
Field Value
| Type |
|---|
| GridCurrentRecordItemChangedBehavior |
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).
Declaration
public const GridCurrentRecordItemChangedBehavior KeepCurrentRecord
Field Value
| Type |
|---|
| GridCurrentRecordItemChangedBehavior |
None
Represents None.
Declaration
public const GridCurrentRecordItemChangedBehavior None
Field Value
| Type |
|---|
| GridCurrentRecordItemChangedBehavior |
ReloadCurrentRecord
Discard any changes for the current record and display the modified data into the current record.
Declaration
public const GridCurrentRecordItemChangedBehavior ReloadCurrentRecord
Field Value
| Type |
|---|
| GridCurrentRecordItemChangedBehavior |