View Issue Details

IDProjectCategoryView StatusLast Update
0001311JEDI VCL04 Feature Requestpublic2004-03-09 02:47
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001311: TjvDBGrid AlternRowColor
DescriptionIt is nice to see this new property but the alternate color used is hard coded, it should be property.
Also, it is implemented with RecNo. Im not shure if this is safe (I just checked out and install JVCL from CVS) because SQL databases. I think it should be alternated on ROW basis (I did it in Grid's event for some application) even if the color of the record changes when it moves from odd to even row.
TagsNo tags attached.

Activities

user72

2004-01-29 10:11

  ~0002869

Good suggestion. Will have a look.

user72

2004-01-29 21:52

  ~0002885

I've removed AlternRowColor and added a new property AlternateRowColor:TColor instead. AlternateRowColor = clNone is equivalent to AlternRowColor = false.

Also, if AlternRowColor is found in a dfm (and true), it is interpreted as setting AlternRowColor to $DDDDDD (the previous hard-coded color).

Issue History

Date Modified Username Field Change
2004-01-29 03:38 anonymous New Issue
2004-01-29 10:11 user72 Note Added: 0002869
2004-01-29 10:12 user72 Status new => acknowledged
2004-01-29 21:52 user72 Status acknowledged => resolved
2004-01-29 21:52 user72 Resolution open => fixed
2004-01-29 21:52 user72 Assigned To => user72
2004-01-29 21:52 user72 Note Added: 0002885
2004-03-09 02:47 user72 Status resolved => closed