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

IsSelectedFn

Represents the callback used by the isSelected property. Use this function to determine if a data item is selected.

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