Class GridScrollMode
The scroll mode of the Grid.
Inheritance
System.Object
GridScrollMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GridScrollMode : Enum
Fields
Scrollable
Default scroll mode, Requires setting the component's Height
Declaration
public const GridScrollMode Scrollable
Field Value
GridScrollMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Virtual
Displays on pager and renders a portion of the data (optimized rendering) while the user is scrolling the content
Declaration
public const GridScrollMode Virtual
Field Value
GridScrollMode
|