Possibility for the user created conditional formatting in the kendo grid. Column background color, text color, line background color, icon, etc, with user condition. There is an example https://jsfiddle.net/magomes/ptwbh0ec/11/, I didnĀ“t work on the dialog layout, but that is the idea and maybe an initial solution.
Hello,
Currently custom classes can be added to the entire column via the Grid API but for specific cells it would be best to do so using the approach in the KB. Marking this as resolved.
Regards,
Angel Petrov
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hello,
As a temporary solution, you can try the approach presented in the following knowledge base article:
https://docs.telerik.com/kendo-ui/knowledge-base/style-rows-cells-based-on-data-item-values
Regards,
Pavlina
Progress Telerik
Yes, this would be awesome. Moreover I would appreciate, if the UI for the user could be something similar to Excel. Like what DevExpress will offer for the WinForms-Grids in a next version: https://community.devexpress.com/blogs/thinking/archive/2015/05/28/winforms-conditional-formatting-grid-and-treelist-rules-editor.aspx We just need this for the web :-)
currently you can achive this by injecting js code into the template, it would be nice to have it out of the box though