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

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top