TCRDBGrid: Scrolling and Focus

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cinch
Posts: 4
Joined: Fri 04 May 2012 16:41

TCRDBGrid: Scrolling and Focus

Post by cinch » Thu 10 May 2012 17:38

hello,

scrolling with mouse feels very awkward, compared to other widgets:
1) moving the mouse wheel only scrolls 1 line at a time. how can i increase it, for example to 10 rows? this is so one can scroll quicker to the invisible rows.
2) dragging the scrollbar doesn't update the view in realtime. only after the drag has completed. can this be enabled?

focus of the widget:
3) maybe i'm just not setting the focus right here, but i can't get it to work sofar.
when the grid is focused, under some circumstances, hitting the arrow keys up and down does not change the selected row. this happens, in my case, when there's a modal dialog that appears. when it's closed the focus is returned to the main window onto the grid. the first row is selected, however one has to hit the tab key once in order to switch rows with the arrow keys.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TCRDBGrid: Scrolling and Focus

Post by AlexP » Fri 11 May 2012 12:37

Hello,

Unfortunately, CRDBGrid isn't supported.
CRDBGrid is a free component with open source code, and if you need some new functionality, you can modify the source code as you need.

Post Reply