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

RowSelectedFn

Updated over 6 months ago

Represents the callback used by the rowSelected property.

typescript
rowCallback({ dataItem, index }) {
  return index % 2 === 0;
}
Not finding the help you need?
Contact Support