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

IsSelectedFn

Represents the callback that is used by the isSelected property.

ts
isSelected(dataItem: any, column?: ColumnBase, columnIndex?: number) {
  return dataItem.selected;
}
Not finding the help you need?
Contact Support