GridPinnableSettingsTagHelper

Example

Razor
<pinnable/>

Attributes

AttributeTypeDescription
bottomObject[]An array of data item ID values that will be pinned to the bottom of the Grid on initialization.
enabledBooleanEnables or disables the configuration.
is-row-pinnableStringA function that determines whether a specific row can be pinned. The function receives an object with a dataItem field containing the data item for the row, and must return a boolean value. When the function returns false for a row, the pin column renders an empty cell without a pin icon, the pin column context menu does not open for that row, and the pinRows method does not pin the row. Unpinning is always allowed regardless of this function's return value.
pin-row-locationGridPinRowLocationControls where rows can be pinned.
topObject[]An array of data item ID values that will be pinned to the top of the Grid on initialization.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support