Please, provide official Russian Localization for, at least, WPF products. This is the only question, why customers chose other providers than Telerik. For example, I like Telerik WPF controls more, but me head at work bought other WPF-vendor because they provided official Russian Localization. Thanks.
This blends the text with the background and only a black rectangle is displayed. See the attached image.
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.
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.
Hi, in your UI for WinForms Suite is a control called CheckedDropDownList. This control is just awesome so why it doesn't exists as WPF Version? Yesterday I was in need to create a close one with a AutoCompleteBox and a Button for drop down the list. But this isn't exactly what I need and it feels a bit...unperfect. So please create this great control for WPF! :)
Deliver an icon library which can be easily used in the user's application.
Glyphs overview: http://docs.telerik.com/devtools/wpf/styling-and-appearance/glyphs/common-styles-appearance-glyphs-overview Available in 2017 R2 Official Release.
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
Add a way to aggregate TimeSpan values and apply different string formats.
Controls are not visible in design-time when the build platform is x64.
Enable RadBitmap creation with different than the 96 DPI.
Add support for debugging Telerik UI for WPF using Intellitrace. https://blogs.msdn.microsoft.com/visualstudioalm/2015/01/16/intellitrace-in-visual-studio-ultimate-2015/
For more details check here: http://jeremybytes.blogspot.com/2014/10/using-callermembername-attribute-for.html Available in the R1 2017 SP1 Release.
Available in the 2016 R3 release
If series datasource is ordered, asc or desc, all actions that serch a subset of data can be ultra speed. At the moment working with large datasets and zoom/trackbals cause occasional chart freeze. Possible solution: 1) Declarative: The developer declare that the dataset is ordered asc/desc. 2) Automatic: On points add/remove chart verifies if data is ordered. 3) Programming: Chart allow to override serch in database functions. My suggestion is 1) or/and 3) Marcello. DECLINED: Duplicate with http://feedback.telerik.com/Project/143/Feedback/Details/198360-chartview-make-the-getdatacontext-method-of-the-radchartbase-class-public-and-vi
Currently, the design-time theme changer automatically removes previous references to Telerik themes. If the application has runtime theme change logic, the old theme references are needed and the developer needs to add them manually, which is annoying.