Hi,
i am using Tree grid RowTemplateId="rowTemplateScript", where for one of the column. I need to set the dynamic background color. Trying out the following, which is not working
can guys please help to solve this.
<script id="rowTemplateScript" type="text/x-jsrender">
<tr>
<td class="border" style='height: 30px; background-color:{{:#data['StatusColor']}};;'>
<div style="font-size: 14px;"">
{{:#data['Status']}}
</div>
</td>
</tr>
</script
Thanks
Jagadesh