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
loadError documentation?
21/11/2009
04:17
Avatar
Clement
Member
Members
Forum Posts: 48
Member Since:
30/03/2009
sp_UserOfflineSmall Offline

Hi,

Is there any documentation on the meanings of input parameter values for loadError event? I saw a demo of that in 3.5.3 but like to know what are the possible values of the inputs and their meaning.

loadError: function(xhr, st, err)

Thanks!

21/11/2009
08:39
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

The demo is does not explayn evething. Also look here:

http://www.trirand.com/jqgridw.....iki:events

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.

21/11/2009
09:57
Avatar
Clement
Member
Members
Forum Posts: 48
Member Since:
30/03/2009
sp_UserOfflineSmall Offline

Yes, I did read that part of the documentation on events. However, it did not include detail on the meaning of values..

For example, I could get "error", "parsererror" from the status parameter but what do they mean? What are the properties available for the optional error object?

xhr,
status,
error

Thanks!

21/11/2009
09:59
Avatar
Clement
Member
Members
Forum Posts: 48
Member Since:
30/03/2009
sp_UserOfflineSmall Offline

Sorry, I should have mentioned that the purpose is to identify if a grid is not refreshing due to session being invalidated and therefore forward user back to the login screen. Otherwise, probably a grid reload if it was due to network issue, etc.

21/11/2009
12:02
Avatar
MamaliFrenchi
Member
Members
Forum Posts: 62
Member Since:
22/12/2008
sp_UserOfflineSmall Offline

error handling has nothing to do with jqGrid. is from XMLHTTPRequest (xhr in your call back function). Explore its properties like:

 var err = eval("(" + xhr.responseText + ")");
 
// Display the specific error raised by the server

alert(err.Message);


22/11/2009
01:03
Avatar
Clement
Member
Members
Forum Posts: 48
Member Since:
30/03/2009
sp_UserOfflineSmall Offline

Thanks, will check it out.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
93 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