if I wanted to have a column with just visual icons, png files representing the status of a ticket on each row for open or closed states, what's the best way to go about doing that with the kendo grid?
if I were to use templates it'd be something like this
<td>{{status}}</td>
<td><img src="img/{{status}}.png" class="{{status}}" /></td>
if I were to use templates it'd be something like this
<td>{{status}}</td>
<td><img src="img/{{status}}.png" class="{{status}}" /></td>