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

Grid Loading Icon Position

1 Answer 729 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 21 Jan 2016, 02:37 PM

I have a grid that we are paging at 1000 results per page. The only issue we are having is that the loading icon for the grid is not seen by the users at it shows in the center of the grid, which you have to scroll very far to see. Is there a way to position the loading icon to be towards the top of the grid so that it is visible even with a large number of results?

 

Thanks,

 

Jim

1 Answer, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 21 Jan 2016, 04:59 PM
Hi James,

Take a look at this demo illustrating how to position the loading icon with CSS.

I use the following code to achieve this:
<style>
      .k-loading-image {
        background-position: center 15px;
      }
</style>

Let me know if you have any questions.

Regards,
Patrick
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Jim
Top achievements
Rank 1
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or