Enum GridListChangedInsertRemoveBehavior
Defines the constants that specify the sort position of the current record when edited interactively by user.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum GridListChangedInsertRemoveBehavior
Fields
Name | Description |
---|---|
InvalidateAll | Invalidate display, do not check position of record |
InvalidateVisible | Invalidate only the visible portion of display that is affected by change. If record is above current view change the top row to minimize scrolling. |
ScrollWithImmediateUpdate | Scroll contents. If record is above current view change the top row to minimize scrolling. Changes will be visible immediately. |