Add support for MID function: https://support.office.com/en-us/article/MID-MIDB-functions-d5f9e25c-d7d6-472e-b568-4ecb12433028 MID returns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify. MID(text, start_num, num_chars) This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190109 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190114 Please use the new item for commenting, voting and subscribing instead of this one.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190116 Please use the new item for commenting, voting and subscribing instead of this one.
Declined because the issue is originally caused by Form XObject missing functionality. You may subscribe for the following feedback item instead: http://feedback.telerik.com/Project/184/Feedback/Details/190108-implement-import-of-form-xobjects
Please add a link to the new TDP library and explain it, so people can find the place to vote for PDFProcessing! http://feedback.telerik.com/Project/184/Feedback
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.
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
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/
Add a way to aggregate TimeSpan values and apply different string formats.
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! :)
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.
When MainView.xaml is opened, the designer throws NullReferenceException because the SelectedOutlookSection is not initialized. Workaround: If SelectedOutlookSection is null, then initialize it to point to the first item from the collection of outlook sections: public OutlookSection SelectedOutlookSection { get { if (this._selectedOutlookSection == null) { this._selectedOutlookSection = this.OutlookSections.FirstOrDefault(); } return this._selectedOutlookSection; } ... } The fix is available in R1 2017 SP1.
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.
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
Improve the support for async operations. Currently, if the db data context is shared between the collection and another consumer, issues could occur.
The event args for the RadDocking.ActivePaneChanged are named "ActivePangeChangedEventArgs" which I'm assuming is a typo for "ActivePaneChangedEventArgs".
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.
We provide such properties in our Green theme and they make customizing the read only states of all controls easier. Currently the read only state looks like disabled and there is no easy way to change it.