or
System.Windows.Data Error: 40 : BindingExpression path error: 'CaptionButtonsReservedWidth' property not found on 'object' ''MainWindow' (Name='')'. BindingExpression:Path=CaptionButtonsReservedWidth; DataItem='MainWindow' (Name=''); target element is 'ContentControl' (Name='windowButtonPlaceHolder'); target property is 'Width' (type 'Double')
A first chance exception of type 'System.IO.FileNotFoundException' occurred in Telerik.Windows.Documents.dll
When the app runs a dialog window opens trying to find a RadDictionary.cs file.
I have uninstalled and re-installed the Telerik WPF tools and it hasn't solved the problem.
It did originally work but now for some reason it doesn't anymore.
Thank you for your time,
Rob
<telerik:RadGridView x:Name="DataGrid" ItemsSource="{Binding PagedSource, ElementName=radDataPager}" SelectedItem="{Binding MandantOverviewSelected}" AutoGenerateColumns="False" GridLinesVisibility="None" CanUserDeleteRows="False" CanUserInsertRows="False" IsReadOnly="True" CanUserSortColumns="True" ShowGroupPanel="True" AlternationCount="2" ShowColumnHeaders="True" RowIndicatorVisibility="Collapsed" CanUserFreezeColumns="False" FontSize="11" VerticalAlignment="Stretch"> <telerik:RadGridView.Columns> <telerik:GridViewDataColumn DataMemberBinding="{Binding MandantNummer}" Header="{x:Static LocalResources:ResSystemKonfigurationMandanten.Mandanten_ColumnTitle_MandantNummer}" DataType="{x:Type System:String}" Width="25*"/> <telerik:GridViewDataColumn DataMemberBinding="{Binding Bezeichnung}" Header="{x:Static LocalResources:ResSystemKonfigurationMandanten.Mandanten_ColumnTitle_Bezeichnung}" DataType="{x:Type System:String}" Width="25*" /> <telerik:GridViewDataColumn DataMemberBinding="{Binding Typ}" Header="{x:Static LocalResources:ResSystemKonfigurationMandanten.Mandanten_ColumnTitle_Typ}" DataType="{x:Type System:String}" Width="25*" /> <telerik:GridViewDataColumn DataMemberBinding="{Binding DefaultspracheText}" Header="{x:Static LocalResources:ResSystemKonfigurationMandanten.Mandanten_ColumnTitle_Defaultsprache}" DataType="{x:Type System:String}" Width="25*" /> </telerik:RadGridView.Columns> </telerik:RadGridView><telerikGrid:RadDataPager x:Name="radDataPager" PageSize="10" IsTotalItemCountFixed="True" DisplayMode="FirstLastPreviousNextNumeric" Source="{Binding MandantOverviewList}"/> </StackPanel>