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
Reload grid after saving to database
07/10/2009
02:07
Avatar
pako
Member
Members
Forum Posts: 33
Member Since:
06/06/2008
sp_UserOfflineSmall Offline

Hi, I have a problem with reloading grid after i save the data to database. I mean I have one column with stype:'select', editable: true, edittype:"select", and second column with icon, which i want to change after i save the data from the first column.

I try:

afterComplete : function (response, postdata, formid)
{
        jQuery("#s2list").trigger("reloadGrid");
}                 
    but it doesn't work. I think afterComplete is not the right solution for this because even alert('test'), doesn't work.

Have anyone any idea?

Thanks

Paul

07/10/2009
04:07
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I think you should use the option reloadAfterSubmit, which do this automatically for you.

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.

07/10/2009
05:33
Avatar
pako
Member
Members
Forum Posts: 33
Member Since:
06/06/2008
sp_UserOfflineSmall Offline

Sorry, I forget telling that I use inline edit instead of form edit.

I also try something like this:

onSelectRow:
            function(id){
             var e = "gridServer.php";
                if(id && id!==lastsel2)
                {
                    jQuery('#s2list').restoreRow(lastsel2);
                    jQuery('#s2list').editRow(id, true, e, varextraparam, gridReload);
                    lastsel2=id;
                }
            }

where gridReload is defined like:

function gridReload(rowid, result)
{
  jQuery("#s2list").trigger("reloadGrid");
}

but this also don't work 🙁

09/10/2009
03:27
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

http://www.trirand.com/jqgridw.....ne_editing

Check carfully the order of the parameters passed to the editRow.

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