kendo ui - Programatically show wait icon in ListView Aurelia KendoUI -


in 1 of solutions, said:

 $('<div class="k-loading-mask" style="width: 100%; height: 100%; top: 0px; left: 0px;"><span class="k-loading-text">loading...</span><div class="k-loading-image"></div><div class="k-loading-color"></div></div>')         .appendto('#listview .k-grid-content'); 

it doesnt seem work, couldnt work. appreciated!


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -