i am just learning this plugin, read the wikis, then downloaded the demos but maybe something wrong on my php-configuration, because it only shows the jqGrid when request server in XML , meanwhile in JSON not yet.
anyway,
i’m trying to understand the basic configuration for jqGrid, then firebug give me this error
TypeError: jQuery(...).jqGrid is not a function
then i put 1 line in head section, and its works
<script src="http://www.trirand.com/jqgridwiki/js/i18n/grid.locale-en.js" type="text/javascript"></script>
I dont understand, meanwhile that src is empty. and also, if i replace the src with http://www.stackoverflow.com or http://www.google.com its works
meanwhile, if i use grid.locale-en.js in my local server, it doesnt works
i put my first jqGrid html here
Your grid.locale-en.js needs to come before you call the jqGrid script. Ex
You can also make your life easier by setting a jqGrid property of:
rather then loading it in via your loop.
jsfiddle example of doing so:
http://jsfiddle.net/hekai/QEzhr/1/