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