Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1854

Summary: Grid doesn't scroll with the keyboard if no cell is selected
Product: TeeGrid for Delphi Reporter: Al Gonzalez <algonzalez74>
Component: GridAssignee: david berneda <david>
Status: RESOLVED FIXED    
Severity: normal CC: algonzalez74
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Al Gonzalez 2017-04-28 20:31:34 EDT
If a TeeGrid is connected to a typical DataSource/DataSet, and you try to navigate over the rows by using the arrow keys ***when no cell is selected***, the grid is not scrolled when the cursor goes beyond the visible area.

Similar to http://bugs.teechart.net/show_bug.cgi?id=1850
Comment 1 Al Gonzalez 2017-04-28 21:54:10 EDT
This happens with a TeeGrid connected to a TStringsData too. So the problem does not seem to be related to a specific data source.