CRDBGrid display problem, filter bar + horizontal scroll

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
albourgz
Posts: 160
Joined: Wed 06 May 2009 12:17
Location: belgium

CRDBGrid display problem, filter bar + horizontal scroll

Post by albourgz » Wed 02 Dec 2009 15:42

Put on a form:
1 TOraSession
1 TOraQuery
1 TOraDataSource
1 TCRDBGrid->Option: dgRowSelect=true

In TOraQuery
select * from table

for a table having many columns.
Open query, run application.

At run-time, display filter bar, scroll to the left until you don't see first column. Try to filter on a column, display is wrong because horizontal scroll bar comes back to start.

Is it possible to fix that?

Regards,
Alain

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 03 Dec 2009 12:35

CRDBGrid component is no longer supported by Devart. We will not change the behaviour of the component. CRDBGrid is shipped with sources. You can edit them yourself if you want.

Post Reply