Declined
Last Updated: 19 Jan 2018 05:30 by wu
Created by: wu
Comments: 2
Category: UI for WPF
Type: Feature Request
0
I know the Transitioncontrol  have the MotionBlurredZoomTransition, the effect is better for image ,but not UI content,especially when the UI use the simple color,the MotionBlurredZoomTransition effect is weak,I find the RadCalendar control with the cool zoom animation,How to realize?
     the other question:How to realize the book turning animation with the Transitioncontrol  ?
Declined
Last Updated: 06 Dec 2017 01:35 by wu
Created by: wu
Comments: 2
Category: UI for WPF
Type: Bug Report
0
when only one data ,the Chart3D Bar drawing will exceed the floor,looking the attachments pls.
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
Created by: Rebecca
Comments: 2
Category: UI for WPF
Type: Bug Report
1
Hi,

I have implemented a WPF application that displays various pages.

I have the following code that is executed on one of my pages after a user logs in. This same code is executed when the user returns to the page:

If myUser.IsInRole("Master") Or myUser.IsInRole("Administrator") Then
            myRadGridView.SelectionMode = SelectionMode.Multiple
Else
           myRadGridView.SelectionMode = SelectionMode.Single
End If

After logging in the myRadGridView grid behaves as if it is SelectionMode.Single even though my user is in the role "Master" and the code branch above is executed to set the myRadGridView grid into SelectionMode.Multiple.

That being said, if I leave the page and come back to it, the same code is executed and the myRadGridView grid finally behaves as it should be in SelectionMode.Multiple.

How do I fix get this to work?

Thank you.
Declined
Last Updated: 11 Dec 2017 11:35 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for WPF
Type: Bug Report
0
When using Two-way binding and the RadListBoxSelectedItemsBehavior for RadListBox's SelectedItems, the items are not re-added to the Visual Tree after the theme is changed at runtime. 
Declined
Last Updated: 04 Dec 2017 15:35 by ADMIN
Created by: kiruthika
Comments: 3
Category: UI for WPF
Type: Feature Request
1
css style like the background color for the pinned rows can be different from the rows in the grid to differentiate the rows
Declined
Last Updated: 27 Oct 2017 13:44 by ADMIN
Created by: Paul
Comments: 1
Category: UI for WPF
Type: Bug Report
0

			
Declined
Last Updated: 02 Nov 2017 09:05 by ADMIN
CartesianCustomLineAnnotation should allow for rendering options (2D, Bitmap, default) to allow for a consistent visual appearance.
Declined
Last Updated: 25 Jan 2018 21:22 by Kaveh
Created by: Or
Comments: 5
Category: UI for WPF
Type: Bug Report
0
Should be simple, but it just doesn't show

I have the latest version of telerik
Declined
Last Updated: 24 Aug 2017 08:54 by ADMIN
Hi support,
I've mixed RibbonWindow Sample and Prism with ReagionManager and RadDocking in this sample. When I try to dock a derived RadPane (e.g. OutputView or others) in center of the compass menu the derived RadPane Header is not shown as a tab in the split container. Only pure RadPane instances  (c.f. "_regionManager.RegisterViewWithRegion("DockingRegion", typeof(RadPane)); " in FileServicesModule class will dock in correct manner. 
Declined
Last Updated: 13 Jun 2017 11:56 by ADMIN
Created by: Marco
Comments: 1
Category: UI for WPF
Type: Feature Request
0
When new product features are released it would be useful to show a short introduction for users.  View introjs.com to see a similar solution for web development
Declined
Last Updated: 07 Jun 2017 08:00 by ADMIN
Created by: Matthias
Comments: 5
Category: UI for WPF
Type: Bug Report
1
We use 'xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"' in our application.
The problem is that DrapAndDrop does not work anymore, no Events are fired.

Since our last release we didn't change anything at our UI and as I tried a few days ago to drag something in the application and nothing happened.

Did something change with the previous mentioned reference?
What are possible solutions?

Thank you in advance 
Declined
Last Updated: 22 May 2017 10:47 by ADMIN
Created by: Joseph
Comments: 1
Category: UI for WPF
Type: Bug Report
0
I have a diagram with about 45 custom image objects contained within it. When I export the diagram to a png using RadDiagram.Export("PNG") there are 3 images that are not rendered in the image.
Declined
Last Updated: 12 Apr 2017 13:50 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: UI for WPF
Type: Feature Request
1
Add a property to the RadWindow, to enable a behavior, so that when the user attempts to focus on the parent window (while the modal is open), the modal window will flash.

You can see this behavior in other Windows applications that show modal dialogs.
Declined
Last Updated: 15 May 2017 15:57 by ADMIN
Created by: Kevin
Comments: 2
Category: UI for WPF
Type: Feature Request
0
Currently if a column is bound to a field of type DateTimeOffSet it is not displayed using the culture like DateTime is. It would be nice if this is supported in the future
Declined
Last Updated: 17 Jan 2017 09:36 by ADMIN
Created by: Sherry
Comments: 1
Category: UI for WPF
Type: Bug Report
0
The problem is happening with Rad Docking in X1 Yoga Thinkpad laptop. The problem is so that when launching the pane in Raddocking then the pane opens up outside the window. This is happening even if the window is not near to the border of the screen. Video and the same project attached.
Declined
Last Updated: 15 Nov 2016 15:59 by ADMIN
Created by: Rafnas
Comments: 1
Category: UI for WPF
Type: Feature Request
1

			
Declined
Last Updated: 08 Dec 2016 16:33 by Marcello
Created by: Marcello
Comments: 2
Category: UI for WPF
Type: Feature Request
2
Allow to define ChartGrid for axis, not for chart.
Every Axis can draw our grid lines.
Chart.Grid can be a wrapper for Chart.Horizontal and Chart.Vertical axes.

marc.
Declined
Last Updated: 18 Nov 2016 17:11 by Taylor
I have a Winforms application (Very Large so there is no changing it any time soon) that launches a WPF window with a .show(). In this WPF window I have radDocking. In one of the RadPanes I have a WPF TextBox. As long as the RadPane is docked the TextBox will receive text. However, if I undock, the TextBox will no longer receive text input.
I do not see this issue, however, when launching the WPF window in my WPF test app.

Please let me know if there is some kind of work around for this issue.

I have attached a test app that I have created which will demonstrate the issue. You will have to point the "TextBoxInRadPanel"  to your Telerik DLLs, they were too big to attach.

Repro Steps:
1. Launch the HostApp
2. Click the "Press Me" button
3. Type into the TextBox in the docked "UC Test" RadPane - input is received
3. Undock the "UC Test" RadPane
4. Attempt to type into the TextBox area - no text input will be received.
Declined
Last Updated: 03 Aug 2017 11:52 by ADMIN
Created by: Pierre
Comments: 1
Category: UI for WPF
Type: Feature Request
0
In addition to the great nuget packages, could we also get Nuget packages with symbols baked in?

https://docs.nuget.org/ndocs/create-packages/symbol-packages
Declined
Last Updated: 31 May 2018 13:04 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 1
Category: UI for WPF
Type: Bug Report
4
Controls are not visible in design-time when the build platform is x64.