In jqgrid wikki I have read that while using xml datatype rowobject will not be an array. In json I got the column value using rowobject[1],[2],... and so on , but how can I achieve this with xml datatype. Please provide solution to access rowobject inside custom formatter while using xml datatype.
Thanks in advance.