This question is locked. New answers and comments are not allowed.
The default GridViewComboBoxColumn in the RadGridView shows the cells like a TextBlock and it isn't until you set focus to the cell does it actually look like a RadComboBox. Once the cell loses focus it goes back to looking like a TextBlock. We have a business need for the GridViewComboBoxColumn cells to always look like a RadComboBox for all the visible rows. Is there an easy way to do this via styling? We would like to avoid code behind.