I'm having a weird issue with jqGrid. What I noticed is if I have an array of data with just one item in it, it displays nothing.(checked the html elements no data there). Have 2 items in the array it displays only the first item. basically it seems to be dropping off the last item in the array.
datatype is "local" and I have a array of data that is being used for the data field. I never noticed the issue before because I usually have a lot of data not just 1 or 2 items. nothing else special about it.