gridasGridObj.setStatusProperty("code", "loading")
I can use
gridasGridObj.setStatusProperty("code", "loading");
to put up the loading animation, but then how do I get it to go back to normal afterwards? For me it just stays on that loading animation indefinetelly. Also, I am using PHP. So is this pointless anyway because the data is loading server-side? Or can I still have it show "loading" while the javascripts are thinking?
Any help is appreciated.
Chad
gridasGridObj.setStatusProperty("code", "loading");
to put up the loading animation, but then how do I get it to go back to normal afterwards? For me it just stays on that loading animation indefinetelly. Also, I am using PHP. So is this pointless anyway because the data is loading server-side? Or can I still have it show "loading" while the javascripts are thinking?
Any help is appreciated.
Chad
February 17,