This is a migrated thread and some comments may be shown as answers.

Programmatically Activating Loading Graphic

3 Answers 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Eric J at FADV
Top achievements
Rank 1
Eric J at FADV asked on 26 Aug 2014, 01:45 AM
For Kendo ComboBoxes (and dropDown lists) is it possible to programmatically turn on/display (and turn off) the little "loading" icon that shows in the open icon area to the right (temporarily replacing the down arrow) as it shows when doing a server data fetch.  And on a related subject: Is it possible to replace the standard down arrow  with a custom graphic, perhaps via over-riding the style?

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 27 Aug 2014, 11:36 AM
Hello,

You can programmatically add and remove the k-loading class to the span holding the arrow icon of the DropDownList. Here is an example that shows how to do it:

http://jsbin.com/zucuca/1/edit

As for overriding the arrow - it currently uses a sprite background image for the icons, that you can override with CSS.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Eric J at FADV
Top achievements
Rank 1
answered on 27 Aug 2014, 04:29 PM
That works, thanks
0
Kiril Nikolov
Telerik team
answered on 28 Aug 2014, 10:35 AM
Hi,

Glad I helped.

In case you have any further questions, please do not hesitate to contact us.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ComboBox
Asked by
Eric J at FADV
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Eric J at FADV
Top achievements
Rank 1
Share this question
or