Telerik Forums
UI for WPF Forum
4 answers
100 views
Hi,
      After yesterday I downloaded TrayVersion and installed in the VS2010, I set up a demo associated with the RichTextBox  to test, when I run, in more and more text input in Editor, between the cursor and the last input word spacing is more and more big! Can be the solution?
Todor
Telerik team
 answered on 23 Sep 2014
2 answers
70 views
Hi,

My application has RadSplitContainers in it.  They are created dynamically.  They do not have unique properties.  So, I am not able to test my application using Coded UI Test.

Can you suggest how to provide unique Names for these RadSplitContainers?

Regards,
Rajendar
Georgi
Telerik team
 answered on 23 Sep 2014
1 answer
96 views
i have created a rad document. within that document i want to print text from another rad document.  
Petya
Telerik team
 answered on 23 Sep 2014
5 answers
421 views
I have a simple GridView placed inside a Grid. I'm setting the ItemsSource from C# with auto-generating columns. The vertical scrollbar works fine but the horizontal scrollbar just refuses to show up. This is the code I'm using

WPF
<Grid
        <telerik:RadGridView Name="telerikGrid" AutoGenerateColumns="True" ></telerik:RadGridView>          
</Grid>


telerikGrid.ItemsSource = TableSource;

TableSource is an ObservableCollection of dynamic ExpandoObject. This UserControl is placed in a RadTabItem of another UserControl which in turn appears in a RadPane in the MainWindow.
Dimitrina
Telerik team
 answered on 23 Sep 2014
5 answers
308 views
Hi, When I change my text direction in Telerik Editor, something was wrong! In rtl languages (like Farsi) dot is Not in its position! but in MS Word everything is good.
How can i solve it?
Petya
Telerik team
 answered on 23 Sep 2014
2 answers
51 views
HI, i've applied many updates of dll in last two years but never changed the
code of my application, the D&D was working fine in last deploy 2
years ago. Some update introduced the issue but i don't know which one.


I added a little demo with the issue. If u drag the button (new node)
from the ribbons inside the diagram the OnDiagramDrop event in the
diagram does not fire as expected. The handler is attached to the
diagram in the loaded event.


Can someone help me to understand what's is wrong?

https://onedrive.live.com/redir?resid=693FAA40086B78A%219872



Thanks.
fabrizio
Top achievements
Rank 1
 answered on 23 Sep 2014
4 answers
319 views
Is there an up to date example of the current radtreeview node drag/drop functionality?

Examples and discussions I've found so far appear to refer to obsolete functionality, and while a simple xaml test works, events don't seem to trigger as expected.

In particular what are the relevant drop preview and event handlers and how do you get source and target nodes from the event arguments?

Tia,

Jonathan
Martin Ivanov
Telerik team
 answered on 23 Sep 2014
8 answers
258 views
We have a requirement that different parts of the UI should be able to have a different color scheme. The Windows8 theme is nice because we only need to set a few colors, but Windows8Palette is a singleton that affects the entire application. Given that -- what's the best way to achieve this affect?

This thread (http://www.telerik.com/forums/using-multiple-windows8-themes) suggests that using implicit styles and loading them into the resource dictionary of the parts of the UI that we want to (http://www.telerik.com/help/wpf/styling-apperance-implicit-styles-overview.html) might work.

We would have to make a copy of Windows 8 theme, then, and instead of binding to Windows8Palette, we'd have to bind to something else. I suppose that's just a global text search&replace on the theme files, but it doesn't seem optimal to me.

Does anyone have any ideas/suggestions?
Thanks!

(It almost seems like the Windows 8 theme needs to support a dictionary of palettes, keyed by some string. And the Windows8Palette singleton can use some well-known value in the resource dictionary -- CurrentPalette for example -- to choose the actual colors to use)
Vanya Pavlova
Telerik team
 answered on 23 Sep 2014
1 answer
127 views
Does your Barcode Reader support 2D?  If not, is that on your soon to be implemented list?
Tsvetie
Telerik team
 answered on 23 Sep 2014
1 answer
145 views
I derived a class from RadDiagram and attached device handlers to handle events. One event I want to handle is DiagramLayoutComplete, but the handler never seems to get called. Under what conditions should this event be raised?

In constructor:
DiagramLayoutComplete += OnDiagramLayoutComplete;

Handler:
private void OnDiagramLayoutComplete(object sender, RoutedEventArgs routedEventArgs)
{
    // Code goes here
}

Any ideas?
​

Pavel R. Pavlov
Telerik team
 answered on 23 Sep 2014
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?