Frage

I am using Devexpress VCL 13.1.2. I have a table view like following

myView : TcxGridDBBandedTableView

When I click on the first cell (TcxGridDBBandedColumn) of this table view (TcxGridDBBandedTableView), it gets selected (background becomes blue). When I press Right Arrow key now, next columns get selected and the previous column is un-selected. It is working well.

But when I hit TAB, next column remain un-selected. I have tried each and every property of TcxGridDBBandedTableView, but with no success!!

Has anybody experienced similar problem with TcxGridDBBandedTableView?

War es hilfreich?

Lösung

Set the tableview property optionsbehavior.FocusCellonTab = True

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top