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

DetailTemplateShowIfFn

Uses a predicate to control conditional rendering for the DetailTemplateDirective. Allows you to show or hide detail rows based on your logic. (See example).

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


## Selector
``





Not finding the help you need?
Contact Support