New to Kendo UI for AngularStart a free 30-day trial

Represents the callback used to determine whether a data row is pinnable. Used by the isRowPinnable property.

Example:
TS
isRowPinnableCallback({ dataItem, index }) {
  return index % 2 === 0;
}
Not finding the help you need?
Contact Support