C
|
cgphp 4/16/2012 |
Check this article for inspiration: http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/ |
T
|
Tempus_Erus author 4/16/2012 |
Thanks Cristian, |
C
|
cgphp 4/19/2012 |
Can you show me an online demo example of what you want to do? |
T
|
Tempus_Erus author 4/21/2012 |
Can you show me an online demo example of what you want to do?
|
C
|
cgphp 4/21/2012 |
Sure |
T
|
Tempus_Erus author 4/22/2012 |
Sure
|
C
|
cgphp 4/22/2012 |
In the "List page: after record processed" event of the list page, enter the following code:
$("tr[id^='gridRow']").hover(function(){
<style type="text/css"> |
T
|
Tempus_Erus author 4/24/2012 |
In the "List page: after record processed" event of the list page, enter the following code:
$("tr[id^='gridRow']").hover(function(){
<style type="text/css">
|
T
|
Tempus_Erus author 5/4/2012 |
Thanks Cristian, I will try later and post feedback.
|