New to Kendo UI for Angular? Start 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;
}