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

How to hide loading progress bar in kendo dropdown list?

1 Answer 238 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Parthasarathi
Top achievements
Rank 1
Parthasarathi asked on 26 Dec 2012, 08:04 PM
Hi All,

How to hide loading progress bar in kendo drop-down list? In case of no items coming from database, just I have to display "-select item-" in cascade drop-down scenario. Keep showing loading bar even though no items coming from database in my view. Immediate help would be appreciated.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 28 Dec 2012, 10:01 AM
Hello,

 This behavior cannot be disabled. The loading indicator is always shown. What you can do is change its icon back to the dropdown arrow using CSS:

.k-dropdown .k-loading
{
  background: url(http://cdn.kendostatic.com/2012.3.1114/styles/Default/sprite.png);
  background-position: 0 -32px;
}

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Parthasarathi
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or