I would like to do a Backstage design without writing code, the syntax of XAML is confusing and I do not understand it well, besides being slow, the development of software at design time is always much faster.
In the current version of the WPF SDK Sample Browser Application it is really hard to track what's new and what control was updated. Even the version of Sample Browser by itself (2018.3) is not visible. Maybe you remember the former Sivlerlight Online Demos (I'm not sure if it is still around but I cannot run it anymore because it needs IE11)? There was always an updated or new badge on the controls. So it was obvious what was new and updated. I think this should be possible in WPF also. When hovering with the mouse over the control panels there shoud be more information shown like date of the last update of the sample. When clicking on a control on viewing the samples of the control, I can only open the folder, open in VS or run it. Sometimes it makes sense to open directly the sample on github to quickly check the version history.
.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?
I think that deploying scenario for applications and protecting dll-s are complicated. I think that better way is to use control panel. I want to send you needed informations through control panel, a and I want to provide me my version of dll-s that are protected and I can use it in my app. You build it on your own. The way you are doing it now is complicated, and can produce issues.
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.
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
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.
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
Fix available in R2 2018 SP1 version.
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.
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.
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.
look the attach file.
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.
check the attach file,the gridview's droplist extend the screen area, my screen is 2560x1440/175% DPI/14 inch/windows 10
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.
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.