New to Kendo UI for Angular? Start a free 30-day trial
RowSelectedFn
Updated on Nov 3, 2025
Represents the callback used by the rowSelected property.
typescript
rowCallback({ dataItem, index }) {
return index % 2 === 0;
}