Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
jqgrid doesn't load xml file !
20/08/2009
19:33
Avatar
Sammy54
Guest
Guests

Hello everybody,

I'm using jqGrid 3.5.2 and having issue with loading xml file from server side.

Here is my client Side code:

      $("#list4").jqGrid({ url:"http://localhost/cgi-bin2/test.pl", datatype: "xml",
                              mtype: 'GET', height: 400, colNames:['No','Date'],
                              colModel:[ {name:'call', index:'call', width:60, sorttype:"int"},
                                                 {name:'num',index:'num', width:90, sorttype:"int"}],
                              imgpath: gridimgpath,
                              multiselect: true,
                              caption: "Gestione Chiamate",
                              rowNum:10, rowList:[10,20,30], sortname: 'call',
                              viewrecords:true, caption:'fuck'});

My Server Side part returns this:

       Content-Type: Content-type: text/xml;charset=utf-8     

       <?xmlversion="1.0"encoding="utf-8"?>

       <rows> <page>1</page> <total>1</total> <records>2</records>    

       <row><cell>20</cell><cell>200</cell></row>

       <row><cell>30</cell><cell>300</cell></row>  </rows>

The Client Side does properly receive the whole data thing through Ajax, but unfortunately doesnt

add data to table display. Something wrong with the code ?

Thank you,

21/08/2009
03:56
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

All seems ok. What erro do you have?

How doy set this

Content-Type: Content-type: text/xml;charset=utf-8     

In PHP this used with header(....);

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
32 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information