I have a jqGrid on a page and whenever I load the page the jqGrid at first shows "undefined" and then loads the data about a half a second later(Depending on network latency). My question is how do I get this to say something like "loading" or something other than "undefined"? I notice the jqGrid examples don't have this problem and do say "loading" but I don't understand what makes them work and mine not.
+1
A:
This grid should never say "undefined" during loading.
Are you using a custom i18n file that may not have "Loading" defined? Failing that, please post your code - or a working example - so we can have a look at your specific issue.
Also, what version of jqGrid are you using?
Justin Ethier
2010-07-22 15:55:48
Ah, the i18n file. I forgot to link it in!
Earlz
2010-07-22 16:37:55
That would do it! I'm glad you tracked it down :)
Justin Ethier
2010-07-22 16:47:13