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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top