Completed
Last Updated: 16 Jan 2019 08:20 by ADMIN
Created by: Mi
Comments: 2
Category: UI for WPF
Type: Feature Request
8
.Net Core 3.0 (https://github.com/dotnet/core/blob/master/roadmap.md) is now activly developed. It will support WPF on Windows. How are your plans to support it?

Any roadmap?
Completed
Last Updated: 04 Jan 2019 13:42 by ADMIN
An exception is thrown when the ItemsSource of the ItemsSourceProvider is bound to a DataTable and an item is select in the drop-down.

The fix for this issue will be available with our next official version – R1 2019 expected in the middle of January. 
Completed
Last Updated: 03 Jan 2019 11:24 by ADMIN
Introduce a property to close the dropdown upon selection (when in Single mode).


*** CloseDropDownAfterSelectionInput property will be available with Q1 2019 expected in the middle of January. When set to True, the dropdown will be closed only with SelectionMode Single. 
Completed
Last Updated: 18 Dec 2018 14:05 by ADMIN
The current workaround is to handle the Loaded event like so:

        private void RadMultiColumnComboBox_Loaded(object sender, RoutedEventArgs e)
        {
            this.combo.DropDownWidth = this.combo.DropDownMinWidth;
        }


The fix for this issue will be available with the next LIB (version 2018.3.1224) expected on Monday, December 24.
Completed
Last Updated: 12 Dec 2018 11:04 by ADMIN
UI can still accept more inputs  even if item has been selected in SelectionMode="Single"
Please check the screenshot.


SelectionBoxesVisibility property will be introduced with Q1 2019 expected in the middle of January. When set to Hidden/Collapsed, SearchAutoCompleteBox contains the selected item as text only.
Completed
Last Updated: 24 Oct 2018 10:33 by ADMIN
Telerik.Windows.Controls.SpreadsheetUI.for.Wpf NuGet package is not uploaded on the Telerik NuGet server.

Fix available in LIB Version 2018.3.1029.
Completed
Last Updated: 16 Oct 2018 13:04 by ADMIN
The underline types are compared by reference, causing mismatch and incorrect results.

Workaround: Use the UnderlineTypes static class to apply underlines.

Fix available in R3 2018 SP1 release.
Completed
Last Updated: 16 Oct 2018 12:12 by ADMIN
The issue is also observable in the Outlook project template as well - in the NewEmailWindow. As a workaround, the ScreenTip can be removed by deleting the following code:
telerik:ScreenTip.Icon="{telerik:IconResource IconRelativePath=FontDialog.png,IconSources={StaticResource IconSources}}"  

Fix available in R3 2018 SP1 release.
Completed
Last Updated: 15 Sep 2018 08:09 by Mi
Created by: Mi
Comments: 4
Category: UI for WPF
Type: Feature Request
5
When possible implement PDF/A-3, this is the new standard in enterprises for the upcoming years.

Closure reason:  
The following versions of PDF/A Standard are implemented: PDF/A-1 (2005), PDF/A-2 (2011), PDF/A-3 (2013).
The feature is live with our latest Q1 2015 release.
Completed
Last Updated: 14 Sep 2018 19:51 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: UI for WPF
Type: Bug Report
0
The copyright notice is shown on top of the content. It cannot be moved and there is no way for the customer to see the content beneath the notice.
Completed
Last Updated: 14 Sep 2018 19:51 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: UI for WPF
Type: Bug Report
0

			
Completed
Last Updated: 11 Sep 2018 12:03 by John Schroedl
ADMIN
Created by: Telerik Admin
Comments: 4
Category: UI for WPF
Type: Feature Request
15
Develop Apple/MAC theme
Completed
Last Updated: 20 Aug 2018 15:42 by Patrick
Created by: David
Comments: 8
Category: UI for WPF
Type: Feature Request
3
Provide a way to convert any UIElement visualtree to a PDF
Completed
Last Updated: 06 Aug 2018 13:33 by ADMIN
Hello,

I am using DateTimePicker with JAWS.  Here are the issue I ran into:
1. JAWS reads out watermark 3 times
2. JAWS reads out date and time where there is only date populate and dateformat is set for shortdate.  For example, date is "04/12/2018".  JAWS reads "04/12/2018 00:00:00"
3. Once the date is populated and date field got focus, it will read out date and time at least 2 times.

I work on project that required it to compliance with government section 508. This issue will not allow me to use Telerik's datepicker.  Please fix this.
Completed
Last Updated: 06 Aug 2018 13:32 by ADMIN
With the Windows 10 Anniversary update native controls like TextBox provide this out of the box.
Completed
Last Updated: 21 Jun 2018 14:48 by pavi
Created by: pavi
Comments: 2
Category: UI for WPF
Type: Bug Report
1
When I scroll around in RadVirtualGrid, I get empty cells in some places.

Details:
- I set InitialRowCount=21 and InitialColumnCount =17.
- The window that contains the VirtualGrid is rather small, so that the horizontal and vertical scrollbars are visible.
- I can always reproduce this issue, if I scroll completely to the right, then completely to the bottom and then half-way to the left.
- I found out that the CellValueNeeded event is never called with the indexes for these cells.
- I'm using version 2017.2.614.45 (NoXaml) of UI for WPF.
- I attached a screenshot showing the empty cells and my example project.
Completed
Last Updated: 15 Jun 2018 15:52 by ADMIN
A project with problems in RadTreeListView in the attachment.

Description of the project:

The element RadTreeListView have the name ObjectsTree.  As the ItemsSource of ObjectsTree set the child elements of ObjectsTreeViewModel. ObjectsTreeViewModel contains child elements of type ParentNode. The elements of ParentNode have childrens with type ChildNode. (In the project are used 3 ParentNode elements with 3 childNodes at everyone).

ChildNode elements that have the property ShowNode  equals false should not be displayed. To do this, used the FilterDescriptor. The property IsConnected of ChildNode elements sets the ShowNode property (ShowNode = IsConnected).

The button "Node to offline" is used to reset a property IsConnected to the selected ParentNode element and to all of his children.
The button "All Nodes to online" is used to set a property IsConnected to the all ParentNode elements and to all of their children.
The button "Check Memory Leak" is used update ObjectTree 10000 times.
If you check radiobutton "With Rebind" update using Rebind() command
If you check radiobutton "With clearing filter" update using command sequence : FilterDescriptors.Clear -> FilterDescriptors.Add.

Description of the problem:
1)	When updating the tree using the sequence of commands FilterDescriptors.Clear (); FilterDescriptors.Add (...):
The visual element displays the elements of tree correctly, but there is a memory leak.

2)	When updating with Rebind ():
Memory leaks are not present, but we may see following bug:
Select ParentNode.
Press the "Node to offline" button      -> The child elements are hidden, but a triangle for expanding the list elements is visible.
When you click on this triangle            -> it disappears
Press the button "All Nodes to online" ->the children and the triangle do not appear.
Completed
Last Updated: 13 Jun 2018 12:17 by ADMIN