i'm using kendo ui grid table. when page loads, see initial html table slight second before re-drawn using kendo ui grid. have css reference @ top , the
<script src="~/scripts/kendo/kendo.web.min.js"></script> just after jquery script reference @ bottom of page. clunky ux have standard html table load see conversion, there must fix this.
any suggestions? appreciated!
wait until dom has been loaded, show div containing table. can have loading gif show prior page load, hide that/show table. if need additional information, let me know. luck.
Comments
Post a Comment