I only want particulars columns on a focused row to have the focusRect on cxGrid(TableView). How do I do that?
Asked
Active
Viewed 1,066 times
0
-
1Probably best place to post such questions is support center of DeveloperExpress. https://www.devexpress.com/Support/Center – Andrei Galatyn Feb 24 '14 at 15:04
1 Answers
1
Use the OnCustomDrawCell
event of your tableview to customise the drawing. You can interrogate the AViewInfo
parameter, which is of type TcxGridTableDataCellViewInfo
to determine if the cell is currently selected and how your cell will be drawn.

Andy_D
- 2,340
- 16
- 21