Enum GridViewBottomPinnedRowsMode
Defines how bottom pinned rows will be layed out.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum GridViewBottomPinnedRowsMode
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.