Example of Detail Template in ASP.NET Core Tree Grid Control
This sample demonstrates the TreeGrid component with the detail template feature.
The detail row template provides an additional information about a data row. The
detailTemplate
property accepts either string or HTML element`s ID value, which will be used as the template for the detail
row.
In this demo, we have presented Employee Information with image in the detail row.
The template expression should be provided inside ${...} interpolation syntax.
Looking for the full ASP.NET Core Tree Grid component overview, features, pricing, and documentation? Visit our ASP.NET Core Tree Grid component page.