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
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!