Hello,
Each time I try to view a page of the offline (chm) help file, the attached message box is displayed. Really annoying and time consuming.
Hi!
I am using RadDiagram and in my diagram I have a couple of RadDiagramContainerShape with a handful of RadDiagramShape's inside of it.
I am styling the RadDiagramContainerShape so that it changes color when the mouse is over and that works fine.
However when the mouse is over any of the RadDiagramShape inside of it, it detects as MouseOver=false. I can see that in the visual tree that shapes are not children of Containers, so it seems that is what is causing this behavior.
So, to summarize, I am trying to change the background of the Container, when the mouse is over the Container AND over any shape INSIDE of the container.
Is there any way to accomplish what I am trying to do?
Thanks!
Hello,
I'm using a styling template to edit the appearance of a combobox. I want to remove the blue highlighting that occurs when an item is selected. What property do I need to look for to change that? Thanks.
Hello!
https://www.telerik.com/forums/radchat-messages-not-updated-when-datasource-changed
https://www.telerik.com/forums/update-chat-messages-on-datasource-change
https://feedback.telerik.com/wpf/1357293-chat-setting-a-new-instance-for-the-datasource-does-not-clear-the-previous-messages
In last link:
"*** The fix for this issue will be available with the next LIB (version 2018.3.1210) expected on Monday, December 10."
Where i can find this build?
PS: we use 2018 and do NOT want to migrate to 2019.
When I create new RadPanes and dock them to Left/Right/Top/Bottom the header isn't always set. I've attached a really simple project in which the issue can be reproduced.
1. Press "Add Main"
2. Press "Add Right"
3. Close right pane
4. Press "Add Right" - And the new RadPane has no header.
In our production application the issue is somewhat random, and I cannot see why it (almost always) fails. It almost seems like if a header has been set once on a certain pane, it is never set again on any new pane that is docked left/right.
However, If I make the pane float, the header is set, and docking it again retains the header.
Project: https://drive.google.com/open?id=15-x4u8fqIRcUb5cKUDug-0NnIzmCK58c
<Style x:Key="myRowStyle" TargetType="telerik:GridViewRow"> |
<Setter Property="Background" Value="#474747"/> |
<Setter Property="Foreground" Value="#cecece"/> |
<Style.Triggers> |
<Trigger Property="IsSelected" Value="True"> |
<Setter Property="Background" Value="#a9d9ff"/> |
<Setter Property="Foreground" Value="Black"/> |
</Trigger> |
<Trigger Property="IsMouseOver" Value="True"> |
<Setter Property="Background" Value="#474747"/> |
<Setter Property="Foreground" Value="White"/> |
</Trigger> |
</Style.Triggers> |
</Style> |
<telerik:RadGridView Background="#474747" Foreground="#cecece" AlternationCount="2" AlternateRowBackground="#FF313131" RowStyle="{StaticResource myRowStyle}"> |
Hi,
I am facing problem in scaling with runtime text defined on telerik diagram.
I am attaching a sample project as well, it has associated font [EnterCommand].
Problem is scaling inconsistency done for runtime text definition.
You can also see video here [https://www.screencast.com/t/2iR20HifiOXz]
You can download sample project here [http://ge.tt/6SWf2Du2]
Enviornment: Windows 10, 125 % scaling recommended.
Let me know if any thing missing.
Thanks.
Hello
I want to use RadDocking in my application, but I have a problem with its animation. The opening of an element is smooth. However, closing it behaves strangely. It goes first smoothly, but then you see a short flicker and it disappears halfway. How do I make the closing process as smooth as opening?
Regards,
Alex
Hi, I'm using the Breadcrumb tool to display a folder path in a WPF MVVM app.
It all seems to work apart from whent he form is initially loaded...
The UI/form is a usercontrol that constructs it's ViewModel via the extended property
prism:ViewModelLocator.AutoWireViewModel="True"
(I'm using the Prism framework)
The BreadCrumb is bound to a couple of properties in the ViewModel..
<telerik:RadBreadcrumb Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" x:Name="FolderPath"
ItemsSource="{Binding ImportSourceRoot.Children}"
HeaderMemberPath="Header"
HierarchicalItemsSource="Children"
HierarchicalMemberPath="Header"
HorizontalAlignment="Stretch"
IsLinearMode="False"
Path="{Binding ImportPath, Mode=TwoWay}"
TextModePath="Path"
IsTextModeEnabled="True"
VerticalAlignment="Top"
/>
The ImportSourceRoot property is a nested set of classes with the properties: Children (Observable list of more classes), Path (Folder name or drive letter, 'C:' for example) and Header (similar to Path but also annotated for the drop down).
ImportPath is simply a string property backed by a private variable.
As I said it all seems to work once started, navigation works via drop downs or typing, a pasting a path in works. The issue is when the form loads.
I initialise the ImportPath. It seems to start ok in that the displayed 'crumbed' path looks like the initial path, but the actual text path contains the path concatenated on itself. For example, "C:\temp\data" becomes "C:\temp\data\C:\temp\data" ?
I've monitored the string variable on start up and it gets read then written back in steps ....
"C:\temp\data\C:" -> "C:\temp\data\C:\temp" -> "C:\temp\data\C:\temp\data"
Any ideas?
It's not fatal but is annoying!
Thanks
Gregor
T