I need to get to know how to create a very simple jqGrid just to get used to javascript and jQuery. I have been searching online but unable to find any resources which explain that. so a simple example would be great or a link to a tutorial.
Share
The easiest gird you can create with jqGrid is probably the one populated by an array. You can find an example here. But basically all you need is this:
You can find all the information you need in the jqGrid wiki.
EDIT:
I fixed the bugs pointed out by Oleg and used the new data parameter.
Ahmad: You can do this in an included js file or in your html between tags. You should really look at the examples and look at the source of the demo pages.