View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001558 | JEDI VCL | 00 JVCL Components | public | 2004-04-01 13:05 | 2004-04-02 09:23 |
Reporter | nestor | Assigned To | user72 | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001558: JvDBGrid, Allow the move of customized column | ||||
Description | I suggest to allow the move of customized column even if "dgRowSelect" is in grid "options". That is the width and index of those columns are restored correctly (not like default columns). I propose to replace this code in JvDBGrid. MouseDown if dgRowSelect in Options then inherited MouseDown(Button, Shift, 1, Y) else inherited MouseDown(Button, Shift, X, Y) By if (dgRowSelect in Options) and (Columns.State <> sCustomized) then // = csDefault inherited MouseDown(Button, Shift, 1, Y) else inherited MouseDown(Button, Shift, X, Y) regards | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-01 13:05 | nestor | New Issue | |
2004-04-02 09:23 |
|
Status | new => resolved |
2004-04-02 09:23 |
|
Resolution | open => fixed |
2004-04-02 09:23 |
|
Assigned To | => user72 |
2004-04-02 09:23 |
|
Note Added: 0003581 |