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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -