Skip to main content



      Home
Home » Archived » BIRT » Format every other row of grid
Format every other row of grid [message #98938] Tue, 13 December 2005 19:13 Go to next message
Eclipse UserFriend
Originally posted by: kj.kwjames.com

In order to set formatting for every other row in a Table one can use this
highlighting condition:
row[0] % 2 Equals 0

Does anyone know how to acheive this for a Grid? Also, does anyone know
what row[0] refers to above? I got it from one of the Flash tutorials.
Thanks.
Re: Format every other row of grid [message #98969 is a reply to message #98938] Tue, 13 December 2005 21:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kj.kwjames.com

Oh yeah...grids are created manually, so I can just apply a style to every
other row in the designer. Problem solved.
Re: Format every other row of grid [message #99041 is a reply to message #98969] Wed, 14 December 2005 10:41 Go to previous message
Eclipse UserFriend
Originally posted by: kj.kwjames.com

And row[0] apparently refers to a hidden "row number" field in every row,
so that row[1] is actually the first column of the current row.
Previous Topic:user selection
Next Topic:BIRT 2.0 Features - in or out??
Goto Forum:
  


Current Time: Sun May 11 07:19:19 EDT 2025

Powered by FUDForum. Page generated in 0.02592 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top