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

How to move loading icon to top center of listview?

2 Answers 75 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Rene
Top achievements
Rank 1
Rene asked on 28 Mar 2013, 08:11 PM
As per the subject question, I have a tall listview - and the loading icon/animation is not visible due to the height of the listview - so I'd like to be able to move it top center (offset down a bit) in the listview client area when loading.

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 01 Apr 2013, 04:04 PM
Hello Rene,

In order to achieve this you can use the following CSS rule: 
.k-loading-image {
    background-position: center 15px;
}
Let me know if this fits your requirements.
 
Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rene
Top achievements
Rank 1
answered on 01 Apr 2013, 04:36 PM
Thanks! - works great.
Tags
ListView
Asked by
Rene
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Rene
Top achievements
Rank 1
Share this question
or