We recently developed an html web resource which was using jqGrid. The web resource was working properly on machines having IE 10 browser, but got the above error in case of IE 8.
As it turned out extra “,” i.e. trailing comma was the reason for the error.
Removing it fixed the issue. IE 10 was more forgiving.
Hope it helps.