View Issue Details

IDProjectCategoryView StatusLast Update
0002645JEDI VCL00 JVCL Componentspublic2005-04-01 06:00
ReporteranonymousAssigned Toobones 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.10 
Summary0002645: TJvStringGrid.SortGridByCols does not take notice of FixedRows
DescriptionKeeping in mind that fixed cols shoult be "fixed" also when some sorting occur there is the need for a little change in the main routines for statement of SortGridByCols:

OLD: for I := 0 to RowCount - 2 do
NEW: for I := FixedRows to RowCount - 2 do

Sorting will go on like before but the fixed cols will stay fixed.
TagsNo tags attached.

Activities

obones

2005-04-01 06:00

administrator   ~0006813

This has been fixed, please use the CVS version

Issue History

Date Modified Username Field Change
2005-02-14 10:06 anonymous New Issue
2005-04-01 06:00 obones Status new => resolved
2005-04-01 06:00 obones Resolution open => fixed
2005-04-01 06:00 obones Assigned To => obones
2005-04-01 06:00 obones Note Added: 0006813