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
loadonce=true and reloadGrid don't work :(
13/08/2008
06:40
Avatar
josepk
Member
Members
Forum Posts: 44
Member Since:
16/06/2008
sp_UserOfflineSmall Offline

Hi,

I have a page that load a grid into same page with some value getted

from input type and button click event.

I am using JSON data format from a .JSP page.

The first time all works well, but the seconds time the grid is not

calling to the server for the new data becouse the loadonce = true,

then I change loadonce with :

jQuery("#grid").setGridParam({loadonce:"false"});

jQuery("#grid").trigger("reloadGrid");

and I tryed too :

jQuery("#grid").setGridParam({loadonce:false});

jQuery("#grid").setGridParam({url:"urlToServer");

but when the loadonce is fixed to true then the server is never

called again.

I need loadonce=true becouse the sort is done on client and not

on server.

how do I it?

is it some way to clear all data generated for the grid and construct

the grid again without leaving or reloading the same page?

thanks.

Josep Escofet

14/08/2008
03:20
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Load once set the datatype automatically to local. To work this you should set the param to appropriate datatype and the call trigger something like

$("#mygrid").setGridParam({datatype:"xml"}).trigger('reloadGrid')

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:
26 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