Incorrect output when creating an archive from a json file (when the text in the file is too long).
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.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190008 Please use the new item for commenting, voting and subscribing instead of this one.
It would be very helpful if you can plan to create kind of a "drawing tool" to design specific views for flows, state models, workflows, etc.
A data form control that allows the users to rearrange the fields using drag-drop and then save the layout. This control would be used in information systems where the admin users should be able to create custom forms for the regular users. LayoutControl is now officially available since R3 2016 Release.
A selection in RadListBox, RadColorPaletteVIew, RadTreeView. RadGridView etc. cannot be made with touch gestures when the control is inside a ScrollViewer. Reason for declination: This is not a bug in the touch logic of the controls. The selection does not work because the manipulations of the ScrollViewer are enabled and the scroller captures the touch and marks the touch events as handled, leaving the ScrollViewer the only element to receive touch events. There are at least two possible solutions for this. 1.If you have access to the ScrollViewer, you can set attached TouchManager.ScrollViewerSwipeMode for the ScrollViewer to Self. <ScrollViewer telerik:TouchManager.ScrollViewerSwipeMode="Self" /> 2. If you do not have access to the ScrollViewer, you can use a combination of two attached properties, for the elements inside the scroller. The two properties are two of the attached TouchManager properties - TouchMode and ScrollViewerSwipeMode. <ScrollViewer> ... <telerik:RadCartesianChart telerik:TouchManager.TouchMode="Locked" telerik:TouchManager.ScrollViewerSwipeMode="Parent" />
.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?
Introduce control similar to TextBox which offers integrated spell-checking (similar to the one provided in RadRichTextBox).
Implement the "add file to existing archive" functionality
Introduce support for AutoCad files in a fixed document viewer.
Support for forms. The feature is named 'Interactive forms' in the PDF specification. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190018 Please use the new item for commenting, voting and subscribing instead of this one.
Specifically would like to add page numbering and count to them. The feature will be available in our official release Q2 2016.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190010 Please use the new item for commenting, voting and subscribing instead of this one.
When certain files are added to ZipPackage IndexOutOfRangeException is thrown.
When you create a ZipPackage and then use the Add method to add a .dll file the created archive is corrupted.
With the release of the Fluent theme, it would be nice to have a Hamburger Menu control similar to the NavigationView for UWP (https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/navigationview).