Hi,
How can I set default font size to 20 instead of 36 for DrawTextTool of RadImageEditor.
Please see attached image.
Thanks

Hello,
My project is in WPF MVVM with C# on visual studio 2013
I have implemented a RadBarCodeQR on my xaml page but it's not displayed in my design view
When I run the project this is the same, the QR Code is not displayed
Here is my xaml code:
<telerik:RadBarcodeQR Grid.Row="1" Grid.Column="2" Width="100" Height="100" Margin="10 10 20 10" HorizontalAlignment="Right" VerticalAlignment="Center" Mode="Alphanumeric" Text="ePI/A320/XX/P42/23052018/0900/30052018/1700/XXXXX/09/000000048/X/X/X"/>
Thank you !

Hi,
I have a small project that worked fine when referencing regular telerik dll.
Now I try to reference NoXaml dll, with the attached merged dictionary picture, the program fails on a NullReferenceException in Axis.CreateLabelTextBlock().
(Attached Call Stack)
After digging into it, I noticed that the exception occurs only when I write a style targetting telerik:LinearAxis local to my window.
Thanks for the help.
Benn.

Hi, i am Ashrul.
how can we set List Style Level Text with picture like plus sign.
and i take an example like MS Word document view, is that " List Style " or " tree view " visual
Btw thanks in advanced.
ashrul.

Hi.
I have a problem.
TreeView works good. but after binding command, FocusColor & SelectedColor changed(See Attached image).
XAML like this:
--------------------------------------------------------------------------------------------
<telerik:RadTreeView ItemsSource="{Binding BookChapterTrees}">
<!-- Start: If remove this part, it works well -->
<telerik:RadTreeView.ItemContainerStyle>
<Style TargetType="telerik:RadTreeViewItem">
<Setter Property="Command" Value="{Binding TreeSelectCommand}" />
<Setter Property="CommandParameter" Value="{Binding}" />
</Style>
</telerik:RadTreeView.ItemContainerStyle>
<!-- End: If remove this part, it works well -->
<telerik:RadTreeView.ItemTemplate>
<HierarchicalDataTemplate ItemsSource="{Binding TreeChildren}">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="88"/>
</Grid.ColumnDefinitions>
<TextBlock Text="{Binding TreeChapter.ChapterName}"
FontFamily="Segoe UI" FontWeight="Bold" TextDecorations="Underline"/>
<StackPanel Orientation="Horizontal" Grid.Column="2">
<TextBlock Text=" . . . " FontFamily="Segoe UI" />
<TextBlock Text="{Binding TreeChapter.StartLocalPage}" FontFamily="Segoe UI" />
<TextBlock Text=" ( " FontFamily="Segoe UI" />
<TextBlock Text="{Binding TreeChapter.StartPage}" FontFamily="Segoe UI" />
<TextBlock Text=" )" FontFamily="Segoe UI" />
</StackPanel>
</Grid>
</HierarchicalDataTemplate>
</telerik:RadTreeView.ItemTemplate>
</telerik:RadTreeView>
--------------------------------------------------------------------------------------------
Bounded command [TreeSelectCommand] is doing nothing.
Do you know, Why color changed?


Hi, I am using a telerik:RadMaskedNumericInput control but I need to grouping by 3 numbers on left for example:
Before: 21.232
After (How I need!): 212.32
How? Thks!
Hi.
When touch scrolling a gridview vertically there's an effect when you reach the end of the list that moves the whole application window.
How to turn off this effect?
We are using new version Telerik.Windows.Controls, we are getting the issues in xaml file ( Telerik.Windows.Controls.xaml) as below
