Grid Rows / Detail Templates

Theme

Description

This example demonstrates the implementation of custom detail templates. Each detail template allows custom expandable html markup to be appended to each row in the grid. The additional data is usually information related to the current record. This is useful for situations when there is limited grid width. You can find the gridData.js file content here: gridData.js

Was this example useful?