Hello,
During project implementation a wrong link connection was found.
Precondition:
When we have two models of ContainerNodeViewModelBase OuterModel and InnerModel.
InnerModel has set to true "RadDiagramShapeBase.UseGlidingConnector".
Steps to reproduce:
1. Put InnerModel inside OuterModel.
2. Connect the top middle connector to middle connector of InnerModel
3. When you move InnerModel in upper part of OuterModel the link is connected to bottom of InnerModel instead of to top.
To make reproduce easier i attach video, and i modified your sample application (PasteOnMousePosition) to reproduce this issue.
I attached both things.
Video desc:
1st use case with no gliding connector -- looks ok
2nd use-case movement outside of container and the link looks ok, but the link connection inside looks bad.
Currently this link is just a line, but when it would be an arrow then its looks even worse.
Hi
I use the RadDateTimePicker and have a button ("Next"):
When now the user changes the date/time value to an invalid date/time an error is shown:
When the user clicks on the "Next" button the DateTimeText disapears and is empty and an error is schown:
My Question:
Is it possible to set the DateTimeText to the previous wrong formatted date/time (120000000000.07.23 08:49) like this ?
I have tried to overload the method OnParseDateTime and set the CurrentDateTimeText but it's not working.
Hello,
Where can I download this demo source code? Is it available?
Thank you,
Alberto
Hi, i'm having a rough fight with WPF and its Binding system. I just wanna bind a property of an instance called HPP, this property is pressure and this object exist in MainViewModel, so in MainWindow.xaml a have this:
<componentes:SetComponent x:Name="HPP_Trip_Route" Grid.Row="1" Grid.Column="1" VerticalAlignment="Top" Title="TRIP" VariableValue="{Binding HPPRoute.Pressure}" Unity="PSI" Loaded="SetComponent_Loaded" FSizeTitle="24" FSizeVariable="36" FSizeUnity="14"/>
I tried with RelativeSource without success. If i create a variable in MainViewModel it works. Any help?
We use RadCombobox (WPF) for loading more than 20000 items.
We enabled the following properties and removed the Virtualization properties. We are facing performance problems on searching the items from RadCombobox element. How can we improve performance for the RadCombobox load and search, if virtualization properties cannot be used.
<telerik:RadComboBoxHello! I need to merge cells in all columns. In my example, the screenshot shows that Sam in the "Name" column is merged for two different people who are part of different companies. Is it possible to make the cells merge based on the columns on the left? That is, if Sam is part of different companies, then he does not need to be merged.
What I want is in the attachment
Hi
Is it posible to add a custom button to the pdfviewer toolbar in UI for WPF?
Hello,
I have a RadMaskedTextInput that I'm using for a phone number.
If I clear the form, and set the txtDriverNumber (that's the name of the field) using txtDriverNumber.Text = "" (and I also tried string.Empty) it looks like it clears the value correctly.
However, when the textbox gets focus again, it puts back in the last entered data. I don't want it to do that, is there something I can do to make sure it doesn't remember previous values?