I have a bootstrap icon in my Kendo Grid column header, which displays fine.
When I group by that column, the icon html gets 'encoded' into a string when the column moves into the 'grouped' box.
Is there any way to stop this behaviour? As I want the icon to display at all times.
example code for the icon: "<i class='glyphicon glyphicon-star' title='test tooltip'></i>"
Many thanks.