View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005757 | JEDI VCL | 00 JVCL Components | public | 2012-01-03 12:21 | 2012-09-10 14:15 |
Reporter | CDametto | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.45 | ||||
Target Version | Fixed in Version | 3.46 | |||
Summary | 0005757: Left and right arrows don't change the current cell in TJvDBGrid with option set dgAlwaysShowEditor | ||||
Description | In standard Delphi TDBGrid, with option set dgAlwaysShowEditor, you can change the current focused cell using left and right arrows on keyboard, in JvDBGrid this do not work. | ||||
Additional Information | I solved changing the file JvDBGrid.pas at line 884, casting to TJvDBGrid instead of TDBGrid, in the sub-function ForwardMovement. procedure TInternalInplaceEdit.KeyDown(var Key: Word; Shift: TShiftState); ... function ForwardMovement: Boolean; begin Result := dgAlwaysShowEditor in TJvDBGrid(Grid).Options; // <-- was TDBGrid end; ... | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-03 12:21 | CDametto | New Issue | |
2012-01-03 12:21 | CDametto | File Added: Grids.zip | |
2012-02-22 15:03 | obones | Status | new => acknowledged |
2012-02-24 17:35 | obones | Note Added: 0019545 | |
2012-02-24 17:35 | obones | Status | acknowledged => resolved |
2012-02-24 17:35 | obones | Fixed in Version | => Daily / SVN |
2012-02-24 17:35 | obones | Resolution | open => fixed |
2012-02-24 17:35 | obones | Assigned To | => obones |
2012-09-10 14:15 | obones | Fixed in Version | Daily / SVN => 3.46 |