Hello, when using Kendo UI widgets we are looking for ways to replace (not use) the default Kendo UI class names. We know that we can add our own class names through template markup however there's a significant amount of Kendo generated markup that uses many classes that eventually end up conflicting with other instances of the same Kendo widget currently on the same single page application view.
We want to use multiple instances of e.g. Kendo Listview for completely different designs hence we end up with class name conflicts and we have to start overriding classes in multiple places. We don't want to override, we want to start off with a clean slate; use our own class names with exactly the styles that we need.
jQuery Tabs is a perfect example of what we're looking to do:
http://api.jqueryui.com/tabs/
http://learn.jquery.com/jquery-ui/widget-factory/classes-option/
Please let me know how we can manage ALL class names in Kendo UI Widgets.
Thank you!
Alejandro