tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.85k stars 1.2k forks source link

Sorting issue when using jsonmap with nested objects and loadonce #918

Closed mdprw closed 6 years ago

mdprw commented 6 years ago

I'm loading my grid with a nested object and used jsonmap to map the columns (I set loadonce=true). I'm getting my json response and the grid is populated with the received data, but when I try to sort (datatype is local now) all fields change to undefined/blank.

I prepared a small demo here: http://jsfiddle.net/xpvt214o/557305/

Thanks.

tonytomov commented 6 years ago

Thank you for finding this problem. I have fixed it. Please let us know if it is fixed for you and if so, please close the issue.

Thank you again

Kind Regards, Tony

mdprw commented 6 years ago

The fix is working, thanks!