I have browsed around and found several thread, concluding that style binding an kendo MVC widget is just not supported.
Example of style binding: $('#kendoWidgetID').attr("data-bind", "style : { backgroundColor : modelColorAttribute } ");
I have, however, been unable to determine the following.
1: Is it in the works? Or will it be?
2: If style binding is not supported on kendo MVC Widgets, then how on earth am I meant to dynamically change the styles of my kendo widgets on my grid popup, depending on my selected model properties?