Forum
02:25
13/02/2010
Hi,
How can I set the background-color for an entire column in jqGrid?
In the colModel array, I've tried to add:
--> color: yellow
--> background-color: yellow"
--> style: 'background-color: yellow'
None of this has worked.
I also read the documents about building a custom formatter, but I was unable to make it work. I didn't know how to change the style for a cell element.
My goal is to have a column that has a different colour, just to help the user to identify that particular important column.
Can someone help me?
Regards,
Carlos
12:14
Moderators
30/10/2007
Hello,
define your own class and add the class in colmodel. Look here how to do this
http://www.trirand.com/jqgridw.....el_options
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.
14:09
13/02/2010
Hi Tony,
Thank you for your quick response.
I tried that option and I was unable to change the column class.
I also Googled for examples but I was no luck.
I have something like this in my PHP file:
<STYLE>
.cvteste {
background-color: green;
}
</STYLE>
<SCRIPT type='text/javascript'>
jQuery('document').ready(function() {
jQuery('#tbl_table_antiguidadeSaldos').jqGrid({
......
......
colModel: [
{name:'field_x', index:'field_x', align: 'left', width: 35, classes: 'cvteste'},
.....
....
});
});
</SCRIPT>
This is not working.
I'm a little rookie on this. Can you please help me?
Regards,
Carlos
12:30
Moderators
30/10/2007
Hello
Try
<STYLE>
.cvteste {
background-color: green !important;
}
</STYLE>
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.
Most Users Ever Online: 715
Currently Online:
35 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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66