This question is locked. New answers and comments are not allowed.
Manickavasagam
Top achievements
Rank 1
Manickavasagam
asked on 25 Nov 2010, 03:25 PM
Hi,
I am setting the RadGridView's theme as Office_Blue using following attribute :
Thanks in advance.
Regards,
Manik.
I am setting the RadGridView's theme as Office_Blue using following attribute :
telerik
:StyleManager.Theme="Office_Blue"
But this is not applying in RowDetailsTemplate. How do I set it?
Thanks in advance.
Regards,
Manik.
5 Answers, 1 is accepted
0
Hello Manickavasagam,
What do you have in the details template? Can you post an example? By default, the row details are completely empty, so if you place another grid there make sure you set its Theme as well.
Best wishes,
Ross
the Telerik team
What do you have in the details template? Can you post an example? By default, the row details are completely empty, so if you place another grid there make sure you set its Theme as well.
Best wishes,
Ross
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Manickavasagam
Top achievements
Rank 1
answered on 25 Nov 2010, 03:32 PM
<telerik:RadGridView.RowDetailsTemplate>
<DataTemplate >
<
Grid Width="Auto" HorizontalAlignment="Stretch" Height="130">
.................(some row, column definitions and some <TextBlock> to display the data
</
Grid>
</
DataTemplate>
</telerik:RadGridView.RowDetailsTemplate>
Above is the sample code which I have written.
0
Hello Manickavasagam,
Well, TextBlocks are not Telerik controls. How do you expect them to be styled with a Telerik theme?
I hope this makes sense.
Regards,
Ross
the Telerik team
Well, TextBlocks are not Telerik controls. How do you expect them to be styled with a Telerik theme?
I hope this makes sense.
Regards,
Ross
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Manickavasagam
Top achievements
Rank 1
answered on 25 Nov 2010, 04:14 PM
Hi,
Please see the attached screen shot, the example which I got from your site. I am trying to imitate the same. TextBlock is used in that sample. I hope this will narrow down the problem.
Regards,
Manik.
Please see the attached screen shot, the example which I got from your site. I am trying to imitate the same. TextBlock is used in that sample. I hope this will narrow down the problem.
Regards,
Manik.
0
Hello Manickavasagam,
You can set the telerik:StyleManager.Theme="Vista" attached property for the non-telerik controls and most of them will get styled, like textbox, checkbox, etc.
Regards,
Veselin Vasilev
the Telerik team
You can set the telerik:StyleManager.Theme="Vista" attached property for the non-telerik controls and most of them will get styled, like textbox, checkbox, etc.
Regards,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight