Telerik Forums
UI for WPF Forum
1 answer
147 views

Where would I find RadDesktopAlertManager in Q1 2015 version of "UI for WPF". 

According to current documentation, I should find RadDesktopAlertManager in 
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2017.2.502.40 (2017.2.502.40)

However, for Q1 2015 version, I do not find it. Was it somewhere else, back in 2015?

Dilyan Traykov
Telerik team
 answered on 11 May 2017
1 answer
110 views

Searched forum and couldn't find a related issue. I'm using the PanelBar as Accordion. When a Panel bar item is selected it is displayed, but when the same panel bar item is selected agan it's collapsed. Can this behavior be prevented

If a panelbar item is already selected it stay selected and do not collapses. That means I want "ALWAYS" a panel bar item to be visible.

I'd rather prefer a XAML only solution.

Regards

Martin Ivanov
Telerik team
 answered on 11 May 2017
2 answers
105 views

my wpf is 2017.r2  

I add ribbon into my  empty wpf project, and the designer seem work , just like I  click  `ribbon tab add`  button , it can not work 

Dinko | Tech Support Engineer
Telerik team
 answered on 11 May 2017
21 answers
577 views
I am looking to have a red line drawn (on current day) on the scheduleview that represents the current time when the schedule is refreshed. This would have to work for all views except the month view. Is this possible?
Rod Yager
Nasko
Telerik team
 answered on 11 May 2017
2 answers
344 views

Using the RadMaskedTextInput with Mask="(###) ###-####",  I type in a phone # of (111) 222-3333, then copy it. The clipboard has "(111) 222-3333", but when I paste it into another RadMaskedTextInput control with the same properties or even copy it back to the same control the result value is "(111)  22-2333".  It doesn't seem to know what to do with the space between the ")" and the "2". Is there some property I need to set to make the control work properly? 

Yes, I know I can extend the control and override the HandlePaste to remove the spaces of the clipboard text before pasting into the control, but there must be another way to make it work.

Thanks in advance.

Steve

Steve
Top achievements
Rank 1
 answered on 10 May 2017
5 answers
236 views
hello, is it possible to add a Picture/Icon for each Task at gridview part side?
I attempted to bind the Image with a datatemplate under columndefinition for the task
but without success.

<telerik:ColumnDefinition MemberBinding="{Binding TaskImage}" Width="AutoHeaderAndContent">
                                     <telerik:ColumnDefinition.CellEditTemplate>
                                         <DataTemplate>
                                             <Image Source="{Binding TaskImage}" VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="Uniform"/>
                                             <!--<Image Source="../Images/folder_16.png" VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="Uniform"/>-->
                                         </DataTemplate>
                                     </telerik:ColumnDefinition.CellEditTemplate>
                                 </telerik:ColumnDefinition>


greetings Robert ...

Polya
Telerik team
 answered on 10 May 2017
8 answers
603 views
I have observed that any application with a RadGridView consumes CPU time even when the application is idle.  Using Spy++, you can verify this and see thousands of WM_TIMER messages being posted when a RadGridView is added to an application.  I have a simple repro app.  Full XAML below.  Just comment out the RadGridView, and the behavior goes away.  You can see using Process Explorer that even when the application is idle there is CPU usage, and using Spy++ you can see the timer events being fired rapidly.  This causes a large number of context switches and slows down performance noticeably.

Framework: .Net 4.5
Telerik Version: 2014.1.331.45

<Window x:Class="GridViewTimer.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="350" Width="525">
    <telerik:RadGridView />
</Window>
Stefan
Telerik team
 answered on 10 May 2017
3 answers
95 views

In GridViewRowTemplate - ValueStates - RowInvalid VisualState, there is a storyboard to change ErrorIndicator.Visibility to Visible, but how can I change it in code behide?

I've tried

VisualStateManager.GoToElementState(row, "Invalid", true);

,but it seems no working.

Martin
Telerik team
 answered on 10 May 2017
1 answer
109 views
Hi,
I Have a ComboBox and I set IsEditable to True.
the ComboBox have Following Items:
Alex
Bernard

in loaded Event I set ComboBocx.Text to "A"
it makes SelectedItem will be Alex
but I don't want change SelectedItem.
there is a solution for that?
Stefan Nenchev
Telerik team
 answered on 10 May 2017
2 answers
123 views

1.

I have a radgridview, which contains RadRibbonGroups, which contains comboxboxes and textboxes.

However, I would also like to be able to resize the textboxes and comboboxes in the medium state. I could program it in XAML if I knew how to bind to  the RadRibbonGroup to get the current variant used. Or how to use wrap my controls in RadCollapsiblePanel inside the ribbongroup and bind to a property which contains the current state (small, medium, large).

? Is there a way to bind to the the current size variant of the group? I dont know which property to use.

 

2.

On another RadGridView, the RadRibbonGroups does not contain RadCollapsiblePabel and when it collapses, it collapses into a single collapse into a single button with an (ugly) standard picture.

? Is there any way to change this picture?

 

Thanks

Inger Marie
Top achievements
Rank 1
 answered on 09 May 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?