New to Kendo UI for Angular? Start a free 30-day trial
RowPinnableFn
Updated on Apr 28, 2026
Represents the callback used to determine whether a data row is pinnable. Used by the isRowPinnable property.
typescript
isRowPinnableCallback({ dataItem, index }) {
return index % 2 === 0;
}