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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -