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

RowSelectedFn

Represents the callback that is used by the rowSelected property.

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