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
Changed background color of row depending from some value
14/07/2008
08:54
Avatar
pako
Member
Members
Forum Posts: 33
Member Since:
06/06/2008
sp_UserOfflineSmall Offline

Hello, can anyone help me do this thing? I have a grid with some column, and I want to change background color, or font color of whole row depending of what is in one column. I don't know how to do that, thanks for any help.

14/07/2008
11:06
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Wait some day for this

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.

17/07/2008
11:48
Avatar
pako
Member
Members
Forum Posts: 33
Member Since:
06/06/2008
sp_UserOfflineSmall Offline

Hi, Tony,

So, is there any way to do that?

calling

jQuery("#list").setCell(rowid,'name_of_col','',{'background-image':'url(../js/themes/basic/images/some_bg.jpg)', color: 'red'});

will change background in only one cell, is there any posiible to change whole row with some val (except typing line above x times, where x is number of column)

Thanks,

Paul

17/07/2008
11:55
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Yes,

There is such way.

afterInsertRow : function(rowid, rdata){

if(condition here) {

 $(”#”+rowid,”#mygrid”).css({'background-image':'url(../js/themes/basic/images/some_bg.jpg)', color: 'red'})

}

..

}

Try and let me know if all is ok. I will include this in demo page

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.

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

Thanks, a lot Tony,

It works great, everything is ok

Regards

Paul

17/07/2008
12:14
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Have attention of two things:

1. do not forget to set "mygrid" - this is true since if you have

multiple grids with same id you will have trouble

$("#"+rowid,"#mygrid").css(...)

2. Be a sure that you have uniquie id's in the table

Regards

Thank you

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.

17/07/2008
12:23
Avatar
pako
Member
Members
Forum Posts: 33
Member Since:
06/06/2008
sp_UserOfflineSmall Offline

Yes, I know that, it can be only one id with the same name in one page

Thanks

Paul

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

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