New to Kendo UI for Angular? Start a free 30-day trial
GridRowPinLocation
Updated on Apr 28, 2026
Sets the allowed position for pinning rows in the Grid.
The available values are:
top—Allows pinning rows to the top of the Grid only.bottom—Allows pinning rows to the bottom of the Grid only.both—Allows pinning rows to both the top and bottom of the Grid.
type GridRowPinLocation = "top" | "bottom" | "both";