telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Style attribute is removed from TreeList rowTemplate #7972

Open nelito987 opened 2 weeks ago

nelito987 commented 2 weeks ago

Bug report

When the style attribute is used to style the 'td' elements in the TreeList, the attribute is removed from the rendered markup.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliK/ulIZuKEG and inspect the

Current behavior

The style attribute is removed.

image

Expected/desired behavior

The style attribute should persist in the rowTemplate.

Environment