GridScrollMode
Enum
The scroll mode of the Grid.
Definition
Fields
Default scroll mode, Requires setting the component's Height
C#
Scrollable = 0
Displays on pager and renders a portion of the data (optimized rendering) while the user is scrolling the content
C#
Virtual = 1