Telerik Forums
UI for WPF Forum
7 answers
235 views

Hi,

How can I set default font size to 20 instead of 36 for DrawTextTool of RadImageEditor.

Please see attached image.

Thanks

 

Martin Ivanov
Telerik team
 answered on 21 May 2018
1 answer
157 views

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 !

Martin Ivanov
Telerik team
 answered on 21 May 2018
4 answers
98 views

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.

 

BENN
Top achievements
Rank 1
 answered on 21 May 2018
6 answers
858 views
Hi,
  I'm working in WPF application for touchscreen. In that we r using telerik:RadNumericUpDown, which requires to resize the up & down arrow to be resized to suit the touchscreen requirements.

Thank u
Selva
Martin Ivanov
Telerik team
 answered on 18 May 2018
3 answers
171 views

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.

Tanya
Telerik team
 answered on 17 May 2018
3 answers
121 views

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?

Dinko | Tech Support Engineer
Telerik team
 answered on 17 May 2018
3 answers
461 views
Well basically, I'm virtualizing the RadTreeView and I get a problem with the scroll bar where it gets smaller as I scroll down. Isn't there a way where it already knows what size it should be and just use that size from the start? That's how the native WPF TreeView works.

This is what I'm talking about:

http://www.screencast.com/users/CarloToribio/folders/Jing/media/97917e36-82fd-469a-8fb5-379767fa5974

Thanks.
Martin Ivanov
Telerik team
 answered on 17 May 2018
2 answers
113 views

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!

Stefan
Telerik team
 answered on 17 May 2018
1 answer
206 views

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?

Yoan
Telerik team
 answered on 17 May 2018
2 answers
1.5K+ views

We are using new version Telerik.Windows.Controls, we are getting the issues in xaml file ( Telerik.Windows.Controls.xaml) as below

 

Martin Ivanov
Telerik team
 answered on 17 May 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?