View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005263 | JEDI VCL | 04 Feature Request | public | 2010-06-12 15:38 | 2011-06-07 17:24 |
Reporter | Philnext | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005263: JVDBGrid : if a JVDBGrid can be sorted the columns can't be mouse deplaced via drag & drop. | ||||
Description | When a JVDBGrid is 'sorted' you can't deplace the column because the 'mouseDown' event fire the Sort. | ||||
Additional Information | I have made a little hack (see attached file) : if in the JVDBGrid.pas you move the line 2328 (Exit) to the line 2326 (before the end;) you are able to use the Right Mouse click to move the columns and keep the left Mouse click to sort. new code after change : // Display TitlePopup if it exists if Assigned(FTitlePopup) then begin GetCursorPos(CursorPos); FTitlePopup.PopupComponent := Self; FTitlePopup.Popup(CursorPos.X, CursorPos.Y); Exit; end; end; | ||||
Tags | No tags attached. | ||||
2010-06-12 15:38
|
JvDBGrid.pas (153,068 bytes) |
|
Please provide the zipped sources of a sample application showing this |
|
Any news? |
|
No news, I'm assuming this is fixed |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-06-12 15:38 | Philnext | New Issue | |
2010-06-12 15:38 | Philnext | File Added: JvDBGrid.pas | |
2010-08-20 11:43 | obones | Note Added: 0017593 | |
2010-08-20 11:43 | obones | Status | new => feedback |
2010-10-08 16:00 | obones | Note Added: 0017805 | |
2011-06-07 17:24 | obones | Note Added: 0018567 | |
2011-06-07 17:24 | obones | Status | feedback => resolved |
2011-06-07 17:24 | obones | Resolution | open => fixed |
2011-06-07 17:24 | obones | Assigned To | => obones |