Currently I am using row selection for my readonly grid. There is a cell highlight that shows which cell the user has selected. I would like to disable that highlight so that the row selection looks consistent no matter where on the row the user clicks. (Copied from: http://www.telerik.com/forums/disable-selected-cell-highlight See this link for more details: http://www.telerik.com/forums/how-to-remove-focus-rectangle-from-selected-cell#9GAEx-HPN0C_qOGAsXY2PA ) This should be possible without adding 200 lines xaml code. Just expose the CellBorderBrush Property so we can easily set it to transparent