Components / Grid / API / RowSelectableFn
New to Kendo UI for Angular? Start a free 30-day trial

RowSelectableFn

Represents the callback used to determine whether a data row is selectable. Used by the isRowSelectable property.

typescript
isRowSelectableCallback({ dataItem, index }) {
 return index % 2 === 0;
}
Not finding the help you need?
Contact Support

AltStyle によって変換されたページ (->オリジナル) /