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
Need to grey-out some boxes on multiselect
28/10/2009
09:07
Avatar
rl9022
Member
Members
Forum Posts: 7
Member Since:
28/10/2009
sp_UserOfflineSmall Offline

Is it possible to grey-out (so they are not selectable) some boxes when using multiselect?

28/10/2009
17:19
Avatar
rl9022
Guest
Guests

found this by Arka Chatterjee on stackoverflow:

Every checkbox has uniquie id which is combination of

“jqg_”+rowid – where the rowid is the id of the row.

You can use the following code to make it invisible

$("#jqg_Q391")..css("visibility", "hidden");

 

still not quite sure how to implement this into something like:

 

if (Client == 'Client 3') {

disable checkbox

}

 

any ideas

 

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

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

Hello,

Where is this code?

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.

30/10/2009
08:25
Avatar
rl9022
Member
Members
Forum Posts: 7
Member Since:
28/10/2009
sp_UserOfflineSmall Offline

Tony,

On another thread Varun posted:


I had to add this line in the setSelection method.

………………………………………………………………………………

if( $(”#jqg_”+pt[ 0 ].id).attr(”disabled”) ){
                        return;
                    }

………………………………………………………………………………………..

after these lines

$t.p.selrow = selection;
                ia = $.inArray($t.p.selrow,$t.p.selarrrow);
                if (  ia === -1 ){

///////////////// Modified code here ???????????????????????????????

 

    

—–

—-

I'm still unclear on how to get that to something functional like:

if (Client == 'Client 3') { //disable checkbox }
02/11/2009
14:01
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I will ask again: Whare you put this code (or put it)?

if (Client == 'Client 3') { //disable checkbox }

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.

02/11/2009
14:13
Avatar
rl9022
Member
Members
Forum Posts: 7
Member Since:
28/10/2009
sp_UserOfflineSmall Offline

I'm not sure how to answer that Tony.

My goal is to disable checkboxes based of the value of another cell in that row - so I will place the code wherever it has to be to make that happen.

I apologize if that's not a great answer but I'm new to jqGrid and not sure if it should go in the grid or elsewhere.

04/11/2009
04:06
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

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