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
Post a Comment