Telerik Forums
UI for WPF Forum
7 answers
162 views
I have a WPF application. I've set the theme of my RadBusyIndicator to Windows8Touch with the below code in app.xaml using the code below.

<Application.Resources>
<Style TargetType="telerik:RadBusyIndicator" >
<Setter Property="telerik:StyleManager.Theme" Value="Windows8Touch"/>
</Style>
</Application.Resources>

I show the indicator by setting and IsBusy property in my viewmodel. Everything looks and works great until the very end. About 1 second before the indicator goes away (IsBusy=false) the theme turns from Windows8Touch to Office_Black (the swirling orange donut). It should not change!

What could be the problem?

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 28 Jan 2015
4 answers
1.4K+ views
Hi,
I'm using this code in XAML:

<telerik:RadListBox Margin="5" DisplayMemberPath="Description" Name="lstResults" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.CanContentScroll="True">

This ListBox is filled at runtime after pressing a search button.
The vertical scrollbar never shows.
In the search button event, after setting the ItemsSource property, I also put

ScrollViewer.SetVerticalScrollBarVisibility(Me.lstResults, ScrollBarVisibility.Visible)

with no success.

Can you help me?
Lance B
Top achievements
Rank 2
 answered on 28 Jan 2015
3 answers
170 views
Hi,

Is there a way to select multiple groups of items in the WPF RadGridView list.
For now I am able to use Shift + Click to select the start and end of the group I want to select.
I want to repeat this action multiple times to select multiple groups of such items.
Is there a way to achieve this functionality?

I am using Telerik WPF toolkit version 2013.1.331.45.

Thanks,
Manoj.C
Manoj
Top achievements
Rank 1
 answered on 28 Jan 2015
2 answers
256 views
Hi team,

I have following RadWindow being maximized when starting up. Pay attention to the property MinHeight, MinWidth and WindowState. However, its result looks like shown in the attached file. It's quite odd. Help.
<telerik:RadWindow x:Class="WindowAsMainSimple.MainWindow"
        xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation"
        telerikNavigation:RadWindowInteropHelper.ShowInTaskbar="True"
        WindowStartupLocation="CenterScreen"
        Header="MainRadWindow" MinHeight="800" MinWidth="1220" WindowState="Maximized">     
Jackey
Top achievements
Rank 1
 answered on 28 Jan 2015
11 answers
1.1K+ views
To most users a null string and an empty string is the same thing.  How can I reflect that in the grid filters?  Right now I have null values that aren't filtered when they select IsEmpty and vice versa. 

Is there a nice way to have all my string columns have a filter IsNullOrWhitespace ?
Boris
Telerik team
 answered on 27 Jan 2015
3 answers
162 views
I'm having problems in printing a persian document with a RadRichTextBox,
in preview everything is correct but accroding to attached picture , in printing time everything is LTR!

please help.
tnx
Tanya
Telerik team
 answered on 27 Jan 2015
1 answer
179 views
We used the DocumentFormatProviderManager class to do the importation of DOCX. However, as I checked the code via Resharper disassembly there was no implementation for Shape importer. I believe it was not supported in version.

Please verify.
Tanya
Telerik team
 answered on 27 Jan 2015
4 answers
303 views
Hi,

I've searched forum for information how to manipulate keyboard navigation behavior of the grid (RadGridView), and I've found a few posts. The best is here http://docs.telerik.com/devtools/silverlight/controls/radgridview/commands/KeyboardCommandProvider and http://blogs.telerik.com/xamlteam/posts/10-06-30/how---to-change-the-default-keyboard-behavior-in-radgridview-for-silverlight-wpf.aspx but focus after action MoveNext doesn't work. Focus is moved to nothing and when I click Tab key to check where is the focus it's moving to the first control (focus-able) on the screen. This works only for MoveDown but it's direction I'm not interested in. Is there some property that should be set?

Radek
I'm using version 2012.2.912.35
Boris
Telerik team
 answered on 27 Jan 2015
3 answers
251 views
Hello

I would like to know if it's possible to build a custom tool to create dimension lines, like the one i've draw in the attached image.

Martin Ivanov
Telerik team
 answered on 27 Jan 2015
3 answers
90 views
Im using a RadGridView to display my data. Columns are autogenerated for different datatypes. Problem occures when i try to change the Header of the columns in the AutoGeneratingColumn event.

As i add the line:
e.Column.Header = "New header name here";

The columns gets renamed, but also now all the Navigation Properties are shown as columns as well. This is nothing i want. Is this a bug or is it some way of telling if the column is a Property or a Navigation Property?
Stefan
Telerik team
 answered on 27 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?