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

Not answered how to change the default theme from xaml

2 Answers 63 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rahul Gupta
Top achievements
Rank 1
Rahul Gupta asked on 07 Jun 2010, 01:05 PM
We are making a prototype using Telerik Trial version 2010.1.422.1040 .I want to change default theme as Office_Blue. Once everything is done , we'll buy the Telerik Controls.
Following is my code which is not working as per our requirements, please tell what is the problem, or give some solution.
<UserControl x:Class="RowDragDrop_SL.Page" 
             
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"   
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"   
             xmlns:telerikTheme="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls" 
 
    xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 
    xmlns:grid="clr-namespace:Telerik.Windows.Controls.GridView;assembly=Telerik.Windows.Controls.GridView" 
               
    Width="400" Height="300">  
    <Grid x:Name="LayoutRoot" Background="White">  
                
        <telerik:RadGridView telerikTheme:StyleManager.Theme="Office_Blue" x:Name="GridView" UseAlternateRowStyle="False">  
            
        </telerik:RadGridView> 
        <Canvas x:Name="Adorner" telerikTheme:StyleManager.Theme="Office_Blue" Background="Transparent" IsHitTestVisible="False"></Canvas> 
    </Grid> 
</UserControl> 


2 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 07 Jun 2010, 01:16 PM
Hi Rahul Gupta,

 Could you please send me your VS solution? Thanks!

Greetings,
Yavor Georgiev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Rahul Gupta
Top achievements
Rank 1
answered on 07 Jun 2010, 02:00 PM
Hi Yavor,

I have created a support ticket to send my solution, my ticket ID is : 316615.  You can track the link here:

 

http://www.telerik.com/account/support-tickets/new-support-ticket/send-support-ticket.aspx?odid=444393&pid=571&RadUrid=c77700d6-10f6-4466-8c4c-f4f233b2e644

 

 

Tags
GridView
Asked by
Rahul Gupta
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Rahul Gupta
Top achievements
Rank 1
Share this question
or