I am trying to add a class name dynamically for a div, it is called 'source'. It is working in chrome but not working in internet explorer or firefox. I have tried '#= source#', yet it does not work.
<script type="text/x-kendo-template" id="singleEntryTemplate">
<div class="logEntryRow #: source #">
<span class="entryTime">
#: entryTime #
</span>
</div>
</script>
Please try with the below code snippet. Please select "Chai" and "Chang" option from dropdown to check applied class effect. (becuase temporary I have created only 2 css class)
Let me know if any concern.