Hi,
When you open a recurrence appointment the dialog who ask for open event or serie is not well translated in French.
The RadioButton are :
Ouvrir cetévénement
Ouvrir lasérie
Missing a space between last word, must be :
Ouvrir cet événement
Ouvrir la série
For information the resourcekey are provided here :
<
RadioButton
AutomationProperties.AutomationId
=
"OpenOccurrenceRB"
Margin
=
"3"
telerik:LocalizationManager.ResourceKey
=
"OpenOccurrence"
GroupName
=
"RecurrenceModeChoice"
IsChecked
=
"{Binding IsOccurrenceModeSelected, Mode=TwoWay}"
/>
<
RadioButton
AutomationProperties.AutomationId
=
"OpenSeriesRB"
Margin
=
"3"
telerik:LocalizationManager.ResourceKey
=
"OpenSeries"
GroupName
=
"RecurrenceModeChoice"
IsChecked
=
"{Binding IsSeriesModeSelected, Mode=TwoWay}"
/>
Regards
Luc
Hello. I tried to apply tree layout on 50 generated nodes (by first tab).
This is result:
http://joxi.ru/L21RM8Quq4zWAX
But, while IgnoreContainers=true, result is:
http://joxi.ru/Vm6dpMLSqZvyAZ
Why layouting don't work in this case? I don't want to involve containers in layouting algotithm.
The screenshots are from your demo projects (xaml-sdk-master).
Hi, I encounter a problem about calling the event handler of the scrollviewer inside radgridview template in a style .xaml file.
I have a radgridview which refer to a basic style in another style xaml file. And the its content is several column build up a table
========== page1.xaml ============
<telerik:RadGridView x:Name = "rgv1" Style="{StaticResource BasicRGVStyle}">
<telerik:RadGridViewColmns>
< ... few columns ...>
</telerik:RadGridViewColumns>
</telerik:RadGridView>
and this styling has its template as scrollviewer (when the row or column exceed the viewport, scroll bar appear)
========== BasicStyle.xaml ==========
<Style x:Key="BasicRGVStyle" TargetType="telerik:RadGridView">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type telerik:RadGridView}">
...
<telerik:GridViewScrollViewer x:Name="PART_ItemScrollViewer" Grid.Row="1" ScrollChanged="PART_ItemsScrollViewerChanged">
</telerik:GridViewScrollViewer>
<Border x:Name="Border1" Grid.Row="2" ...>
...
</Border>
</Style>
Can I call PART_ItemsScrollViewerChanged event handler in my page1.xaml.cs and i want to control the border inside this event handler. I recall that it prompt some error some sort like no such event handler found and object reference error.
Tell me if you can't understand my question. Thanks
Hello,
i installed the old WPF release 2015.1.225.45 and reinstalled the version 2015.1.401.45 three times, because the demos named Telerik_UI_for_WPF_2015_1_0225_Demos only showed blank screens.
In Visualstudio 2013 Community Release under Windows 8.1 Pro 64 bit german, the telerik assemblies are listed 3 times with the same version (2015.1.401.45) when i add them over <References Add> /Assemblies/Extensions:
http://w2ww.de/downloads/TelerikMA.png
Additional the Assembly Telerik.Windows.Controls.EntityFramework60.dll is not listed. When i make a new Telerik WPF project, the dll is offered:
http://w2ww.de/downloads/TelerikMA.png
I added the Telerik.Windows.Controls.EntityFramework60.dll assembly by browsing to:
C:\Program Files (x86)\Telerik\UI for WPF Q1 2015\Binaries\WPF45
When i build, i got the following error outout:
1>c:\Program
Files (x86)\Telerik\UI for WPF Q1
2015\Binaries\WPF45\Telerik.Windows.Controls.EntityFramework60.dll : error
CS1705: Assembly 'Telerik.Windows.Controls.EntityFramework60,
Version=2015.1.401.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' uses
'Telerik.Windows.Controls, Version=2015.1.401.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7' which has a higher version than referenced
assembly 'Telerik.Windows.Controls, Version=2015.1.225.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7'
==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
When i replace the Telerik.Windows.Controls.EntityFramework60.dll with Telerik.Windows.Controls.EntityFramework.dll. I get the following error:
1>------
Build started: Project: RAEPlayer, Configuration: Debug x86 ------
1>C:\Program
Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5):
warning MSB3277: Found conflicts between different versions of the same
dependent assembly that could not be resolved.
These reference conflicts are listed in the build log when log verbosity
is set to detailed.
1>C:\Projects\RAEPlayer\RAEPlayer\Controller.cs(29,16,29,44):
error CS0246: The type or namespace name 'RadEntityFrameworkDataSource' could
not be found (are you missing a using directive or an assembly reference?)
==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
I use a RadEntityFrameworkDataSource
I added the following to the project file and restarted Visualstudio:
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
I still got this error:
1>------
Build started: Project: RAEPlayer, Configuration: Debug x86 ------
1>C:\Program
Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5):
warning MSB3277: Found conflicts between different versions of the same
dependent assembly that could not be resolved.
These reference conflicts are listed in the build log when log verbosity
is set to detailed.
1>C:\Projects\RAEPlayer\RAEPlayer\MainWindow.xaml(34,119):
error MC1000: Unknown build error, 'Cannot resolve dependency to assembly
'Telerik.Windows.Data, Version=2015.1.225.45, Culture=neutral,
PublicKeyToken=5803cfa389c90ce7' because it has not been preloaded. When using
the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on
demand through the ReflectionOnlyAssemblyResolve event. Line 34 Position 119.'
==========
Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
Anyone a hint?
Regards Winfried Wille
email: ww@w2ww.de