This question is simple (i hope). How to change GridView style WITHOUT Blend? I have my own style to gridview and i want to apply him to radgridview - question how do this in VS 2010? I read much topics and always you say "do this in Blend"...
3 Answers, 1 is accepted
0
Vanya Pavlova
Telerik team
answered on 16 May 2011, 08:40 AM
Hi Marcin,
The recommended approach in WPF/Silverlight is to use Expression Blend. For clients who do not use Blend we ship our themes as separate projects and you may get them from the Themes folder of your personal installation. You may copy the xaml for the desired style in Visual Studio and change it in the way you need.
All the best,
Vanya Pavlova
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
I got error
Error 2 The attachable property 'Theme' was not found in type 'StyleManager'.
0
Vlad
Telerik team
answered on 16 May 2011, 09:17 AM
Hello,
The style manager is part of our Telerik.Windows.Controls assembly. You can use also our URI namespace to avoid such problems in the future:
"xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Kind regards,
Vlad
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