Anonymous | Login | Signup for a new account | 2019-02-19 19:12 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0005757 | [JEDI VCL] 00 JVCL Components | minor | always | 2012-01-03 12:21 | 2012-09-10 14:15 | ||
Reporter | CDametto | View Status | public | ||||
Assigned To | obones | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.45 | ||||
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. | ||||||
Attached Files |
![]() |
||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |