Hello , How to format different row of Kendo Grid based on some condition like it's row value?
3 Answers, 1 is accepted
0
Accepted
Iliana Dyankova
Telerik team
answered on 27 Aug 2012, 08:08 AM
Hello Navin,
To achieve this you could use row template, as in this online example. You can add some JavaScript code inside the template to check your condition, as shown in the Kendo UI template demo. For example this will set a red color to the "The Stars of Star Wars" movie row in the rowTemplate demo: