Is there a documentation about the styles I have to overwrite to restyle the dropdown?
0
Iliana Nikolova
Telerik team
answered on 01 Jul 2014, 08:34 AM
Hi Pavel,
There is no a built-in option for disabling the styling of a particular Kendo UI widget. In order to customize the appearance of the AutoComplete I can suggest the following: - Use the Kendo UI ThemeBuilder; - Use some browser inspector to check what HTML / CSS rules are applied in a given situation and override the styles using selectors with higher specificity (documentation link); - Use jQuery API and remove the default classes applied to the widget. As an example: