I testing Telerik for our application and it looks very promising right now.
I creating an alarm list based on the Kendo grid generated at server side in .NET Core 3.1. One of the column is called alarm class and we need to select different css for the row depending on this value. Eg alarm class 3 = Fatal = Red background and bold font, alarm class 1 = information = White background and normal font etc.
Is this possible and if so, how to I implement it?
Thank's in advance!