CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 alternating row color

Print topic Send  topic

Author Message
Chris__T


Posts: 339
Posted: 10/15/2007, 12:21 PM

I've looked on here for the other posts on alternating row color , but can't seem to find anything that will work.

I have an editable grid that is already made, so I can't click the "set alternate row" check mark in the grid builder.

I tried in BEFORE SHOW ROW using "Set Row Style" in the help pages, but that didn't work either.
View profile  Send private message
wkempees
Posted: 10/15/2007, 2:55 PM

depending on your version of CCS
It is an action, properties of the grid, events before show, add action,
choose alt_rows

Walter

"Chris__T" <Chris__T@forum.codecharge> schreef in bericht
news:64713bda168514@news.codecharge.com...
> I've looked on here for the other posts on alternating row color , but
> can't
> seem to find anything that will work.
>
> I have an editable grid that is already made, so I can't click the "set
> alternate row" check mark in the grid builder.
>
> I tried in BEFORE SHOW ROW using "Set Row Style" in the help pages, but
> that
> didn't work either.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

wkempees
Posted: 10/15/2007, 3:10 PM

furthermore:
Helpfile CCS3+, search : altrow
also Forum:
http://forums.codecharge.com/posts.php?post_id=68718&s_keyword=alt+row

just to be complete
Walter

Oper


Posts: 1195
Posted: 10/15/2007, 5:36 PM

i have found easy using the Sender.Attribute...............


Quote Chris__T:
I've looked on here for the other posts on alternating row color , but can't seem to find anything that will work.

I have an editable grid that is already made, so I can't click the "set alternate row" check mark in the grid builder.

I tried in BEFORE SHOW ROW using "Set Row Style" in the help pages, but that didn't work either.

_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
DonB
Posted: 10/16/2007, 9:17 AM

I now use jquery to do this kind of thing (and lots of other mundane stuff):

http://jquery.com

<head>
<style>
#alt {
background-color: #e4e4e4;
}
</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$().ready(function() {

$('table#alt tr:odd').addClass('alt');
});
</script>
</head>

Yes, it only works when javascript is enabled in the browser.
--
DonB

http://ccswiki.gotodon.net


"Chris__T" <Chris__T@forum.codecharge> wrote in message
news:64713bda168514@news.codecharge.com...
> I've looked on here for the other posts on alternating row color , but
can't
> seem to find anything that will work.
>
> I have an editable grid that is already made, so I can't click the "set
> alternate row" check mark in the grid builder.
>
> I tried in BEFORE SHOW ROW using "Set Row Style" in the help pages, but
that
> didn't work either.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.