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

Remove Loading Spinner from DropDownList

1 Answer 556 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Perry
Top achievements
Rank 1
Perry asked on 11 Apr 2019, 05:29 PM

I can remove the loading spinner from grids by putting this in my css

 

div.k-loading-image {
    display: none;
}

 

How can I do the same for all DropDownLists on my page that have remote data sources?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 12 Apr 2019, 03:53 PM
Hi Perry,

You can use a similar approach for the dropdownlist, too:
<style>
  .k-i-loading{
    display: none;
  }
</style>

Here is a live dojo sample:
https://dojo.telerik.com/eXemuROP/7

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DropDownList
Asked by
Perry
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or