New to Kendo UI for Angular? Start a free 30-day trial

IsSelectedFn

Represents the callback that is used by the isSelected property.

isSelected(dataItem: any, column?: ColumnBase, columnIndex?: number) {
  return dataItem.selected;
}

In this article

Not finding the help you need?