New to Kendo UI for AngularStart a free 30-day trial

DetailTemplateShowIfFn

Represents the predicate that is used by the DetailTemplateDirective conditional rendering (see runnable example).

ts
 myCondition(dataItem: any, index: number) { return dataItem.CategoryID % 2 === 0; }

Selector

``

In this article
Selector
Not finding the help you need?
Contact Support