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

RowClassFn

Represents the callback used by the rowClass property.

typescript
rowCallback({ dataItem, index }) {
 const isEven = index % 2 === 0;
 return {
 even: isEven,
 odd: !isEven
 };
}
Not finding the help you need?
Contact Support

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