hi.
I have implemented a message box using kendoui grid control. I want to use template to implement bold font for showing un-read message. Can anyone tell me what should i do.
1 Answer, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 06 Mar 2013, 07:50 PM
Hello Quan,
In order to achieve this you can use a rowTemplate (like in this online demo) and add some JavaScript code inside such template to check your condition (as shown in Kendo UI template demo). For example: