Question

I only want particulars columns on a focused row to have the focusRect on cxGrid(TableView). How do I do that? enter image description here

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top