Hello,
I have a problem with the RadGridView (RadControls for WPF Q2 2013) when using the NoXaml assemblies: It seems, that one or two resources from the theme are missing - when i open the filter dialog for a column, the rectangle of the checkbox which has the focus disappears. Also grouping of columns is very slow.
Looking at the output window, I see thousends of warnings:
And also a few warnings of this kind:
I have included the required resources of the Window8-Theme and the other controls are working fine (RadComboBox, RadWatermarkTextBox etc.).
Did I miss something?
Best regards,
Thomas
I have a problem with the RadGridView (RadControls for WPF Q2 2013) when using the NoXaml assemblies: It seems, that one or two resources from the theme are missing - when i open the filter dialog for a column, the rectangle of the checkbox which has the focus disappears. Also grouping of columns is very slow.
Looking at the output window, I see thousends of warnings:
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='Telerik.Windows.Controls.InternalResourceKey'; ResourceKey.HashCode='0'; ResourceKey.Type='Telerik.Windows.Controls.InternalResourceKey'
And also a few warnings of this kind:
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.RadGridView', AncestorLevel='2''. BindingExpression:Path=FontSize; DataItem=null; target element is 'ListBox' (Name='PART_DistinctValuesList'); target property is 'FontSize' (type 'Double')
I have included the required resources of the Window8-Theme and the other controls are working fine (RadComboBox, RadWatermarkTextBox etc.).
<
ResourceDictionary
xmlns
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
=
"http://schemas.microsoft.com/winfx/2006/xaml"
>
<
ResourceDictionary.MergedDictionaries
>
<
ResourceDictionary
Source
=
"/myAssembly;component/Resources/Theme/System.Windows.xaml"
/>
<
ResourceDictionary
Source
=
"/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.xaml"
/>
<
ResourceDictionary
Source
=
"/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.Input.xaml"
/>
<
ResourceDictionary
Source
=
"/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.Navigation.xaml"
/>
<
ResourceDictionary
Source
=
"/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.GridView.xaml"
/>
</
ResourceDictionary.MergedDictionaries
>
<!-- Dummy Style -->
<
Style
TargetType
=
"{x:Type Rectangle}"
/>
</
ResourceDictionary
>
Did I miss something?
Best regards,
Thomas