Forum

July 12th, 2025
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
display a message after post ?
29/06/2011
12:01
Avatar
cvneo
Member
Members
Forum Posts: 47
Member Since:
25/02/2009
sp_UserOfflineSmall Offline

Hello,

I would like after the addition or modification of a line, display a message (via a message box alert ()) that the server retrounerait:

eg "update done"

But I do not find in the doc if this is possible and how: (

I tested it :
onSelectRow: function(id){
  if(id && id!==lastsel){
      jQuery('#Roles').jqGrid('saveRow',lastsel,'','',alert(toto));

  }

}

but I do not know how to have the opportunity to start my message with the alert message from the server

Thank you for your help

29/06/2011
17:37
Avatar
cvneo
Member
Members
Forum Posts: 47
Member Since:
25/02/2009
sp_UserOfflineSmall Offline

I tested it but it does not work well:

onSelectRow: function(id){
                    if(id && id!==lastsel){
                        jQuery('#Roles').jqGrid('saveRow',lastsel,function(response, postdata){
                                                                             data = eval ("(" + response.responseText + ")");
                                                                            alert(data.msg);
                                                                       });
                        jQuery('#Roles').jqGrid('restoreRow',lastsel);
                        jQuery('#Roles').jqGrid('editRow',id,true);
                        lastsel=id;
                    }
                },

      This way it works against the best by alert () not working and I can not retrieve the message has returned from the server: (         

onSelectRow: function(id){
                    if(id && id!==lastsel){
                        jQuery('#Roles').jqGrid('saveRow',lastsel);
                        jQuery('#Roles').jqGrid('restoreRow',lastsel);
                        jQuery('#Roles').jqGrid('editRow',id,true,null,function(response, postdata){
                                                                            alert('erreur');
                                                                       });
                        lastsel=id;
                    }
                },
Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

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