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
editGridRow - next/prev arrow check checkboxes
20/05/2009
09:44
Avatar
jmcleod3
Member
Members
Forum Posts: 33
Member Since:
04/05/2009
sp_UserOfflineSmall Offline

Hello,

I'm using a grid and multiselect rows to edit. When I click on the next/prev arrow buttons in the modal box, the result is at the grid, the checkboxes are being marked (checked).

Is there a way to disable the next/prev arrow buttons?

Thank you.

Jmcleod

It's not who I am underneath, but what I do that defines me.

20/05/2009
09:46
Avatar
jmcleod3
Member
Members
Forum Posts: 33
Member Since:
04/05/2009
sp_UserOfflineSmall Offline

Sorry, here's some of my code from the ".navGrid"

.navGrid('#pager', { edit:false, add:false, del:false, refresh:false, search:false},{height:200, reloadAfterSubmit:true })
        .navButtonAdd('#pager',{caption:"Approve LOI",
                onClickButton:function() {
                    //retreive row id array from Grid
                    var gsr = jQuery('#list').getGridParam('selarrrow');
                    // if user selects a row then update applications table in database, applicationStatus = 'lioSubmitted' and lioApproved = '1'
                    if(gsr){
                        //alert(gsr);
                        jQuery('#list').editGridRow(
                                    gsr,
                                {
                                    height:200,
                                    reloadAfterSubmit:false,
                                    bSubmit:"Approve",
                                    editCaption:"Approve Letter of Intent",
                                    drag:true,
                                    modal:true
                                }
                        );
                   
                    } else {
                        alert("Please select Row.");
                    }
               
                }
        });

It's not who I am underneath, but what I do that defines me.

20/05/2009
13:52
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I'm wondering how this work.

You have

var gsr = jQuery('#list').getGridParam('selarrrow');

this should return array, but to the editGridRow we should pass single value.

Not sure what you actually try to do. Is this the entry code or there is a more?

Also to disable these buttons you can use beforeShowForm event like this

beforeShowForm : function  (formid)  {

$("#pData, #nData",formid).hide();

}

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.

20/05/2009
14:08
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I'm wondering how this work.

You have

var gsr = jQuery('#list').getGridParam('selarrrow');

this should return array, but to the editGridRow we should pass single value.

Not sure what you actually try to do. Is this the entry code or there is a more?

Also to disable these buttons you can use beforeShowForm event like this

beforeShowForm : function  (formid)  {

$("#pData, #nData",formid).hide();

}

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.

20/05/2009
14:54
Avatar
jmcleod3
Member
Members
Forum Posts: 33
Member Since:
04/05/2009
sp_UserOfflineSmall Offline

Sorry, your right.

I didn't change the code before pasting to forum. I've solved the problem.

Thanks.

John

It's not who I am underneath, but what I do that defines me.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

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