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

Font Awesome spinner

1 Answer 133 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ino
Top achievements
Rank 1
Ino asked on 04 Dec 2015, 06:12 PM

What if i want to use a Font Awesome spinner as progress indicator on a KendoGrid

 Is there any CSS template for that?

If i wanted to use etc. <i class='fa fa-spinner fa-pulse'></i>

 

Could maybe imagine something like

.k-loading-image {
    content: "\25AE";
    
font-family: FontAwesome;
    background-image: none;
}

But would that be the correct way to do it?

1 Answer, 1 is accepted

Sort by
0
Accepted
Venelin
Telerik team
answered on 08 Dec 2015, 09:57 AM
Hello Ino,

Actually this is a good approach, keep in mind that this will affect all progress indicators if you use such global selectors, which of course may be intentional.

Regards,
Venelin
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
Ino
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or