EnumGridViewBottomPinnedRowsMode
Enum
Defines how bottom pinned rows will be layed out.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public enum GridViewBottomPinnedRowsMode
Fields
Fixed
The bottom pinned rows will remain at the bottom of the viewport no matter how many scrollable rows there are in the viewport.
Float
The bottom pinned rows will stay below the scrollable rows. If there are not enough rows to fill the viewport there will be no gap between the scrollable and pinned rows.