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

Apply theme office2013_LightGray to gridview

3 Answers 35 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Carlos Alberto
Top achievements
Rank 1
Carlos Alberto asked on 28 Jul 2014, 07:20 PM
Hello

how I can apply the theme to gridiview office2013_LightGray, which is shown in the demos of telerik http://demos.telerik.com/silverlight/ # GridView / Theming 

thank you very much in advance.

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 29 Jul 2014, 07:23 AM
Hello Carlos,


Thank you for contacting us. You may switch different varioations of Office2013 theme, as proposed below: 

public MainPage()
       {
           Office2013Palette.LoadPreset(Office2013Palette.ColorVariation.LightGray);
           InitializeComponent();
       }

You may also check our online documentation for further reference. 


Regards,
Vanya Pavlova
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Carlos Alberto
Top achievements
Rank 1
answered on 30 Jul 2014, 03:06 PM
Thank you very much for the reply, I finally decided to apply a custom style that suits my needs. 

Thank you again!
0
Vanya Pavlova
Telerik team
answered on 31 Jul 2014, 07:54 AM
Hello Carlos,


Thank you for getting back to us.

I'm glad to hear that you were able to resolve the issue by your side. 
If you encounter any specific problems do not hesitate to contact us again.


Regards,
Vanya Pavlova
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Carlos Alberto
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Carlos Alberto
Top achievements
Rank 1
Share this question
or