lucas
(lucas)
August 25, 2009, 9:32pm
1
Guys:
I realize this should be a simple and often-done thing, but I’m struggling with it.
I guess maybe its because there (seems to be) no real “ROW” element, just the Table and its columns.
How can I accomplish this?
Thanks for any help…
Lucas.
mmartini
(mmartini)
August 26, 2009, 3:27am
2
I think I asked this question before and they said it would probably have to go in the css
oh - it was on mouse over row highlight but i think trying to accomplish the same thing
http://tech.forums.softwareag.com/viewtopic.php?t=16038&highlight=row+color+colour&sid=e0703833c8d4683c3aea4ba3e4a23082
hi
In the Display properties of the table you have a property named “Row CSS Classes”. As stated in the tooltip (which I just found ) of that property
.
hope this helps,
Javier
mmartini
(mmartini)
September 22, 2009, 4:59am
4
That doesn’t seem to work for me… tried the custom css as we… with css style of
tr.datarow {background-color:white; color:black;}
tr.datarow-onmouseover {background-color:blue; color:white; cursor:hand; }
<tr>