Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top