Kendo UI Tip 1 : Customizing Kendo SelectList Icons

Some times the theme of the application requires us to use some custom icons on the kendo controls (Dropdowns or Comboboxes) . Here is how to apply them ==>> You can easily do it with CSS : .k-icon.k-i-arrow-s { background-image: url(YourImageURL); background-position: 0 0; background-size: 16px 16px; } You can set the size of yourContinue reading “Kendo UI Tip 1 : Customizing Kendo SelectList Icons”