Declined
Last Updated: 08 Oct 2018 07:11 by ADMIN
     if the pie chart area's size is auto,when adjust the area's  vertical size,the pie's radius  will change in order to fit the label display,it is ok,but when adjust the area's horizontal size,the pie's radius don't  change,looking the attachment file,the label move above the pie.
Declined
Last Updated: 06 Oct 2021 08:39 by ADMIN
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
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: 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.
Declined
Last Updated: 10 Jul 2018 11:07 by ADMIN
ADMIN
Created by: Anna
Comments: 2
Category: UI for WPF
Type: Feature Request
3
In addition to the fast document generation, the SpreadStreamProcessing can be adapted to import documents significantly faster than SpreadProcessing.

This item has been moved to the Document Processing portal. It can be found here: https://feedback.telerik.com/Project/184/Feedback/Details/251942-spreadstreamprocessing-implement-workbook-import
Completed
Last Updated: 13 Jun 2018 12:17 by ADMIN
Unplanned
Last Updated: 07 Jun 2018 14:32 by Keith
Created by: Keith
Comments: 0
Category: UI for WPF
Type: Feature Request
11
Similar to File Explorer in Windows 10, it would be helpful to have a Quick Access section in the left navigation pane with the ability to pin frequently used items.
Declined
Last Updated: 11 Jun 2018 13:57 by Anthony
Setting the TextWrapping to Wrap or WrapWithOverflow will not allow the WatermarkContent to be wrapped.

Reason for decline: 

Instead of setting the content inline, we recommend setting it as follows: 

<telerik:RadWatermarkTextBox Width="100">
	<telerik:RadWatermarkTextBox.WatermarkContent>
		<TextBlock TextWrapping="Wrap" Text="Watermark Content Watermark Content Watermark Content Watermark Content" />
	</telerik:RadWatermarkTextBox.WatermarkContent>
</telerik:RadWatermarkTextBox>

More information can be found in our help about using the WatermarkContent and WatermarkTemplate properties: https://docs.telerik.com/devtools/wpf/controls/radwatermarktextbox/features#using-the-watermarkcontent-property
Please let us know if this is not applicable in the scenario of your application.
Completed
Last Updated: 07 Jun 2018 06:42 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: UI for WPF
Type: Bug Report
0
When both horizontal and vertical ScrollBars are visible in Fluent theme, the "BottomHandle" RepeatButton cannot be pressed as it is overlapped by the horizontal ScrollBar on MouseOver. 

Default behavior will be changed and the scrollbars will be reordered in the ScrollViewer ControlTemplate so on MouseOver the current ScrollBar will have higher Canvas.ZIndex. 
Declined
Last Updated: 04 Jun 2018 08:12 by ADMIN
look the attach file.
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: 02 May 2019 13:49 by ADMIN
Release R2 2019
Declined
Last Updated: 21 Jun 2018 14:51 by ADMIN
Created by: wu
Comments: 1
Category: UI for WPF
Type: Bug Report
1
check the attach file,the gridview's droplist extend the screen area,
my screen is 2560x1440/175% DPI/14 inch/windows 10
Declined
Last Updated: 16 Jul 2018 08:22 by ADMIN
Created by: Brad
Comments: 3
Category: UI for WPF
Type: Bug Report
1
I am attempting to use a ReleativeSource in my bindings in two places in a RadGridView:  1) the header of a column, and 2) one of the columns.  I am getting "System.Windows.Data Error: 4 : Cannot find source for binding with reference" in both cases.

I don't think I need to elaborate much, since https://www.telerik.com/forums/can%27t-find-the-right-ancestor-to-bind-to not only describes it perfectly, but also contains sample code from Telerik that, on my machine, fails the same way.
Completed
Last Updated: 18 Nov 2022 11:51 by ADMIN
Release R3 2022 SP1
Currently, some of the controls from the suite are using custom cursors. They are optimized for 96 DPI only. If you set a higher DPI the custom cursors remain small compared to the window cursors. 

Created several sets of cursors (.cur) and apply different ones for the different DPI. This can be done for RadDiagram, RadSpreadsheet, RadRichTextBox, etc.

Original Title: The mouse cursor is too small when DPI is above 100%
Original Description: With the Diagrams control/Spreadsheet ,the mouse cursor is too small when DPI is above 100%,looking the attach files.
Completed
Last Updated: 13 Apr 2018 05:46 by ADMIN
Duplicated
Last Updated: 09 Mar 2023 17:17 by ADMIN
Created by: Onno
Comments: 0
Category: UI for WPF
Type: Feature Request
2
I want to be able to specify the font family, size, etc. from XAML, not from code. 
Exactly the same as described here:
https://www.telerik.com/forums/implicit-styles-custom-font-and-font-size

(background: We are developing a UI Framework + resource dictionary for use in different applications. If each app will have to modify font sizes from code, inconsistencies are surely happen)
Declined
Last Updated: 21 Jun 2018 14:52 by ADMIN
Affects RadDateTimePicker control of TelerikWPFControls version 2015.1.1

When the user is typing in a specific date and time, the RadDateTimePicker control's text-to-date parsing doesn't accept an uppercase 'A' at the start of what it expects to be the month's name and automatically errors (displays a tooltip showing 'Error') as soon as an 'A' is input. This prevents the user from entering dates and times more specific than the clickable selection for the months of 'April' and 'August'. However, replacing the 'A' with a lowercase 'a' allows the user to proceed with entering more specific dates and times as normal without the 'Error' tooltip showing. 

E.g.: 
1) the user selects 03 April 2018 17:00:00 from the control's clickable selection of date and times;

2) they then try to type more specific minutes and seconds, e.g. 03 April 2018 17:45:23, but this is not accepted by the control and it displays the 'Error' tooltip;

3) workaround - the user changes 'A' of 'April' to a lowercase 'a', as in 'april'. Now the 'Error' tooltip goes away and the user is able to enter and save the more specific date time of 03 april 2018 17:45:23.

This bug only came to light once the control was live in production (released in January) and prevented our users from entering the specific trade date times necessary for regulatory purposes.

Can you tell me if this bug has been fixed in later versions of the control?

Thanks and regards,

Robert Fiteni
Unplanned
Last Updated: 14 Sep 2018 13:59 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: UI for WPF
Type: Feature Request
3

			
Unplanned
Last Updated: 20 Mar 2018 09:26 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: UI for WPF
Type: Feature Request
2