New to Kendo UI for Angular? Start a free 30-day trial
IsSelectedFn
Updated on Feb 5, 2026
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;
}