kendo treeList- change color of child rows depending on certain condition -


in kendo tree list, how change color of entire child row depending on data value? tried method mentioned here: how change color of row depending on row's value in kendo ui grid

it not work, other solution?

thanks in advance.

you can iterate through rows in databound event , set classes or whatever want there.

example


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -