I\'m new in jqgrid, I\'m just trying thes example to work. I have a html file only, nothing more. When I ran this file, array data is not showing. What am I missing here? Th
The example code seems to be broken. Try this in the for loop:
$("#list").addRowData( i, mydata[i], "last" );
Those parameters are: rowId, data, position.