Hello everybody,
is it possible to obtain pagination getting data from a client side xml string?
I can see the data in the basic grid, but they all are in the same page!
I am following the instructions at http://www.secondpersonplural.ca/jqgriddocs/index.htm
(jqgrid –> retrieving data –> xml data –> xml String), that is:
…
datatype: 'xmlstring',
datastr : mystr,
…
|
1 |
<span class="programcontrol">var</span> mystr =<br /><span class="codestring">"<?xml version='1.0' encoding='utf-8'?><br /><invoices><br /> <rows><br /> <row><br /> <cell>data1</cell><br /> <cell>data2</cell><br /> <cell>data3</cell><br /> <cell>data4</cell><br /> <cell>data5</cell><br /> <cell>data6</cell> <br /> </row><br /> </rows><br /></invoices>"</span>;<br /> |
Thank you,
Ulix
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top