Hello,
I am having an issue with the using jqGrid with JSON data returned from the server.
I have a grid that is displaying different types of objects – and since the objects are different types, two could have the same ID. jqGrid seems to use the id field if the data to set the dom id of the row, so I end up having two rows with the same dom id.
Is there any way I can customize how jqGrid assigns ids to the table rows?
Additionally, if I am sending back JSON data that I don't want to display in the grid (for example, the URL to view the whole record) – is there any way to get at it later ? getRowData() seems to only return data displayed in TDs in the grid, not in the original JSON data. userdata seems to only work for the entire table, not for individual rows.. or am I mistaken?
Thanks for any help.