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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -