tags:

views:

215

answers:

1

I've done quite a bit of googling on this error but have had no luck. I'm basically sending a JSON result to the jqGrid and getting this error.

A: 

Setting jsonReader : { repeatitems: false } in my jqGrid declaration got around this issue.

RailRhoad