I'm a newbie just getting into jquery and HTML and I've been trying for hours now to make this grid show data from a local (i.e., on my hard drive) XML file and I
So reading a local XML file in IE is a dead end then. I'm not sure what is being done in the “hint” that you've given. I'll have to dig into it some.
The alternative that I've got is to use the tabletoGrid function to convert an HTML table. I've been able to do this but was wondering if the other options like paging can be applied to it. How?
If I see the code contributed from Peter Romianowski it seems that we can not use the pager. If you use this function you can easy add this functionallity by adding the neede parameters (like pager and other ) to the function and pass it to jqGrid when it is constructed.