I am exporting the lastSelectedData in my code and it is working OK. However, I am getting a weird additional field in the data set that looks like it is being added by the jqgrid code:
undefined:undefined:"jqg33"
I am not doing anything unusual in my code. Just getting the data from the grid:
var gridData = jQuery(self.gridSel).jqGrid('getGridParam', 'lastSelectedData');
It's easy enough to look for that field and take it out, but before I do that, I thought I would ask about it.
Has anyone else seen this? I am using version 4.14.0.