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
Assistance with "editRow" "extraparam" syntax
16/11/2008
09:01
Avatar
Barry
Texas, USA
Member
Members
Forum Posts: 38
Member Since:
04/11/2008
sp_UserOfflineSmall Offline

Hello, I am having a syntax problem. I'm looking at the example with the E, S, C buttons (Row Editing, Custom Edit).  I'm trying to send an extra parameter, oper=edit. The code is attached, problem area in red.

Thank you for your assistance.

loadComplete: function(){
          var ids = jQuery("#grid1").getDataIDs();
            for(var i=0; i<ids.length; i++){
              var cl = ids[i];
                be = "<input style='height:22px;width:20px;' type='button' value='E' onclick=jQuery('#grid1').editRow("+cl+",null,null,null,null,{"oper":"edit"}); />";
                alert(be);
                se = "<input style='height:22px;width:20px;' type='button' value='S' onclick=jQuery('#grid1').saveRow("+cl+"); />";
                ce = "<input style='height:22px;width:20px;' type='button' value='C' onclick=jQuery('#grid1').restoreRow("+cl+"); />";
        jQuery("#grid1").setRowData(ids[i],{act:be+se+ce})
            }
        }
16/11/2008
09:29
Avatar
Barry
Texas, USA
Member
Members
Forum Posts: 38
Member Since:
04/11/2008
sp_UserOfflineSmall Offline

OK, I got it…

the extraparam needs to be in the “saveRow” , not “editRow”!

Syntax is: {'oper':'edit'}

Thanks!

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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