Posted 20 Jun 2012 Link to this post
Posted 22 Jun 2012 Link to this post
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Posted 05 Jul 2012 Link to this post
Posted 10 Aug 2012 Link to this post
You can modify the state in the GridViewRow template using Blend. Please refer to our documentation about our Blend support.
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 13 Dec 2012 Link to this post
Hi Vlad, I have the same question with Sven and I don't want to use Blend. How can I modify the background color of the selected row when my WPF RadGridView is not focused? I use the following style trigger to restyle my rows:
<
Common:RadGridViewWithSelectedItemsEditable.RowStyle
>
Style
TargetType
=
"{x:Type telerik:GridViewRow}"
Style.Triggers
DataTrigger
Binding
"{Binding DataContext.HighLight, RelativeSource={RelativeSource AncestorType=UserControl}}"
Value
"True"
Setter
Property
"Background"
"Red"
/>
"Foreground"
"Black"
</
"False"
"Yellow"
Posted 14 Dec 2012 Link to this post
Actually any serious development for both Silverlight and WPF (and now Windows 8 XAML) is impossible without Blend.