kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

Grid - MVVM HeaderTemplate Not Rendering

Open PMcDonough11 opened this issue 3 years ago • 0 comments

Bug report

When the Kendo UI Grid is initialized with the bind method utilizing MVVM, the columns.template is correctly bound based on the data-role, but the columns.headerTemplate does not render like the template.

Reproduction of the problem

Please take a look at the following Progress Kendo UI Dojo.

Current behavior

The column.headerTemplate does not render the elements containing a data-role. HeaderTemplateNotBound

Expected/desired behavior

The elements which contain a data-role should become widgets upon binding.

Environment

PMcDonough11 avatar Jun 03 '22 13:06 PMcDonough11