How to get the xml node value in jqgrid? -



How to get the xml node value in jqgrid? -

i need xml node value of particular rowid in jqgrid,below xml construction

<row id="2"> <cell>2014-10-01</cell> <cell>planning</cell> <cell>ag1454245847</cell> <cell></cell> <cell>product</cell> <group>1</group> </row>

i retrieved info using rawobject parameter in cellattr method,i need retrieve grouping node value of row id 2

xml jqgrid

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -