I am trying to let users expand only specific rows of the grid. Is there any way to display the + symbol for some rows only? Setting kendoGridDetailTemplateShowIf to a function that evaluates to false removes the row completely. Is that the intended behavior? If so, how can I achieve what I need?
I found the answer to my question at http://stackoverflow.com/questions/41492005/how-to-show-and-hide-detail-row-in-kendo-grid-with-angular-2.
The documentation was not clear enough for me. Thanks!
Flagging this for some additional documentation. We need an example with _kendoGridDetailTemplateShowIf_ in both the API reference and the Detail Row Template article
Docs is updated with a runnable example for the feature.
Most helpful comment
Docs is updated with a runnable example for the feature.