Telerik Forums
UI for WPF Forum
2 answers
109 views
The RadDiagram lets you turn off Cut, Copy, Paste, etc functionality, but there doesn't seem to be a way to turn off the Duplicate command.

How would I remove the Ctrl+D key binding from the RadDiagram?

Thanks
Terry
Top achievements
Rank 1
 answered on 26 Nov 2013
2 answers
375 views
Hi,

Is it possible to bind to the collection of selected dates / how would I use the selected dates in my view model?

thanks

David
Anthony
Top achievements
Rank 1
 answered on 26 Nov 2013
1 answer
166 views
I was trying to apply a nested style on a RadToolbar and on its children. I had problems applying the style to certain children like RadButtons and RadToggleButtons. The same occurs with normal WPF Toolbars:

http://stackoverflow.com/questions/20219595/wpf-why-are-nested-styles-not-always-working/20220084?noredirect=1#20220084

The solution is, that you have to override the special style, that the Toolbar defines for Buttons, ToggleButtons etc. For this you need the Toolbar's ToggleButtonStyle Resourcekey which is provided by a normal WPF Toolbar via

public static ResourceKey ToggleButtonStyleKey { get; }
Where do I find this resource Key on a RadToolBar and how do I apply a nested style on all RadButtons/RadToggleButtons of  a RadToobar?
Petar Mladenov
Telerik team
 answered on 26 Nov 2013
1 answer
114 views
There exists an event on the editor called PrintCompleted, that I can use to know when my print operation has completed. I need this notification so my viewmodel can navigate away from the document that was edited. So far so good. The problem lies when the user hits the print dialog's "cancel" button. I need to be able to know if that happens because there are still things I need to do. Since there is no "PrintCancelled" event, how will I ever know the user cancelled that operation from the system print dialog? Is there even a way?

Thanks in advance!
Petya
Telerik team
 answered on 26 Nov 2013
0 answers
92 views
Hello,

i use RadGridView and want to set a GridViewDataColumn using CellTemplateSelector. I have used the DataMemberBinding to bind the property, but my selector gets only the whole item data.
ex. i have ViewModel MyVM and some properties. One of them named Status. And the xaml code like below.

<telerik:GridViewDataColumn Width="40" ColumnGroupName="status" Header="Header"
 DataMemberBinding="{Binding Status}" SortMemberPath="Status"
 CellTemplateSelector="{StaticResource myDataTemplateSelector}"/>

The item in myDataTemplateSelector ist always MyVM instead of MyVM.Status.
Any idea? Thanks!

Ivan
Ivan
Top achievements
Rank 1
 asked on 26 Nov 2013
5 answers
78 views
Hi,

In ClassDiagram (Telerik demo) after expand node solution explorer treeview icons not correct show, Please see attached image.

Thanks in advance.
Petar Mladenov
Telerik team
 answered on 26 Nov 2013
1 answer
111 views
Hi,
I wanted to apply Custom style to the month button of the raddatepicker when user has moved to month mode. it is currently is showing orange border with a month button in it. How can I change that to use my custom color? 
Thanks
Kalin
Telerik team
 answered on 26 Nov 2013
0 answers
102 views
Hi,

I created a AutoCompleteBox inside a radwindow, it functions well except the cursor not appear.

Saravanan
Saravanan
Top achievements
Rank 1
 asked on 26 Nov 2013
2 answers
141 views
RadDiagramTextShape seems to only centre its text content.  Is it possible to change the alignment to include either: left, right or stretch?
The control doesn't seem to respond to the HorizontalContentAlignment or even the HorizontalAlignment property.

Can anyone help me please?



Chris
Top achievements
Rank 1
 answered on 26 Nov 2013
0 answers
146 views
Hi,

I have a RadGridView bound to a large DataTable. Changing data in one row of that DataTable does not trigger a refresh of the RadGridView - the DataTable changes are not reflected in the UI. I have tried the following:

RadGridView.ItemsSource = null;
RadGridView.ItemsSource = GridDataTable;

or:
RadGridView.Items.Refresh();

or:
RadGridView.Rebind();

Each takes a very long time, presumably because the entire DataTable is being reloaded into the grid view. Is there any way to refresh only the DataRow that has changed?
Mark
Top achievements
Rank 1
 asked on 25 Nov 2013
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?