View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002645 | JEDI VCL | 00 JVCL Components | public | 2005-02-14 10:06 | 2005-04-01 06:00 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002645: TJvStringGrid.SortGridByCols does not take notice of FixedRows | ||||
Description | Keeping 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. | ||||
Tags | No tags attached. | ||||