I have a RadGridView. I am setting the RowStyle. When I start my application the row is blank. When I click on the row, the row details are presented below this row and they have the style I'm trying to get. But I'm not using nor setting the RowDetailsStyle, only the RowStyle. What possible issue could cause this?
I have:
AutoGenerateColumns off
No real columns, (although I've added one and set the CellStyle in it as well)
RowDetailsVisibilityMode visible when selected because I plan to add a RowDetailsStyle once I get this figured out
I have:
AutoGenerateColumns off
No real columns, (although I've added one and set the CellStyle in it as well)
RowDetailsVisibilityMode visible when selected because I plan to add a RowDetailsStyle once I get this figured out