Telerik Forums
UI for WPF Forum
1 answer
626 views

Hello,

I am trying to update controls for one application from 2013 to latest 2018.2.515.40 version. No updates of controls were doen in meantime. Implicit styles No XAML approach is used, so should be down to "just" switching to new dll files. Solution has many projects, but Telerik is manily in two projects: one where some "basic controls" are defined in custom XAML files but referencing Telerik controls and styles, and oneStartUp project that inherits previous one and where all the Views are defined. 

 

After updating to new DLLs (and adding including some that were not necessary before, but I suppose there was some restructure), we get "name does not exist in the namespace schemas.telerik.com/2008..." all around. I already searched and this usually happens if versions are not the same, but I already triple checked it. Also I found this and checked .csproj files and checked each dll file like it is said in that topic, deleted bin folders and restarted Visual Studio. Problem still remains.

 

I am using DLLs version .40 since in solution not all projects are .NET 4.5, so here and there we might use Telerik.Windows.Controls, so everywhere are used 4.0 libraries. I expect this is not a problem since it should work in both 4.5 and 4.0 projects, correct? Also, should I use approach without versions in csproj, only with HintPath? All DLLs come from same latest version and all are 4.0 so I'm out of ideas. Solution builds and application can run, but nothing from Telerik is displayed.

Help, please.

Martin Ivanov
Telerik team
 answered on 21 May 2018
7 answers
270 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
171 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
133 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
908 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
189 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
144 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
505 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
122 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
224 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
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?