Kendo Web Grid Loading

Fungsi ini bisa dipakai untuk menampilkan loading animasi pada kendo grid ketika grid diupdate via ajax.

[code language=”javascript”]
// Display progress
kendo.ui.progress($("#loading"), true);

// Hide progress
kendo.ui.progress($("#loading"), false);
[/code]

rekadia has written 5 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>