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
Verification on the server side at upgrade row and report (userdata)
03/12/2009
11:35
Avatar
ilvas
Member
Members
Forum Posts: 10
Member Since:
03/06/2009
sp_UserOfflineSmall Offline

I edit and update row.
I validating the data on a server.

And I report about results of check on the client-side with the help json

Question: How to get the data from json on the side of the client?

server-side
...
$responce->userdata['return_ok'] = 1;
...

client-side

      .navButtonAdd('#pager2',{caption:"Save", onClickButton:function(){
      var idrow = jQuery("#list2").getGridParam('selrow');
      jQuery("#list2").saveRow(idrow);
      jQuery("#list2").restoreRow(idrow);
      var kk = jQuery("#list2").getUserDataItem('return_ok');
      alert(kk);
     
       } });

___________________________________________
It does not work:
jQuery ("#list2").getUserDataItem (' return_ok ') - undefined

thanks in advance

03/12/2009
14:10
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I think you know it, but just to reminder.

If you save the data to the server there is a time delay until the data come back to grid.

During this time you execute the other javascript code which depend on this data, but the data is not already into the grid.

In order to resolve:

1. Maybe you will to use setTimeout function when you try to get user data - I do not recommend this.

2. use the succesfunc as described here

http://www.trirand.com/jqgridw.....ng#saverow

Best 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.

03/12/2009
23:29
Avatar
ilvas
Member
Members
Forum Posts: 10
Member Since:
03/06/2009
sp_UserOfflineSmall Offline

I sorry, but do not understand as to use succesfunc.

like here?

...
jQuery("#list2").saveRow(idrow, aftersavefunc:function(){
                                                                      var kk = jQuery("#list2").getUserDataItem('return_ok');

                                                                      alert(kk);

}      )

... 

05/12/2009
15:11
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

The common approch to use these is like this

var myerrorfunc = function(rowid, response)

{

// do something here

}

jQuery("#grid_id").jqGrid('saveRow',rowid,null, '', {}, null, myerrorfunc);

More you can find here:
http://www.trirand.com/jqgridw.....ne_editing

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.

14/12/2009
23:08
Avatar
ilvas
Member
Members
Forum Posts: 10
Member Since:
03/06/2009
sp_UserOfflineSmall Offline

Thank you, Tony

15/12/2009
01:49
Avatar
jppcl
Member
Members
Forum Posts: 4
Member Since:
14/12/2009
sp_UserOfflineSmall Offline

Fantastic! great job!!

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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