This is a migrated thread and some comments may be shown as answers.

RowStyle not working

2 Answers 182 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 28 Dec 2010, 08:50 PM
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

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 29 Dec 2010, 07:42 AM
Hello,

What you have defined in this style? You can check this demo for more info about custom row style. 

All the best,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Paul
Top achievements
Rank 1
answered on 29 Dec 2010, 06:11 PM
I gave up on getting it to work.  Instead I've added a bunch of columns and am using CellTemplate which is working now.  This can be closed.
Tags
GridView
Asked by
Paul
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Paul
Top achievements
Rank 1
Share this question
or