The control should be more customized than normal status bar control for WPF. The XAML team has recently reviewed this issue and will not be addressing it as with Q1 2014 we introduced theme support for the System.Windows.StatusBar component. This means that you can use the native component within a Telerik powered application and at the same time have a seamless look and feel. You can check our Theming SDK demo under MSControls by downloading our SDK browser for WPF on the following page: http://demos.telerik.com/xaml-sdkbrowser/ If you want to share additional requirements about this control please contact us through the support ticketing system with details and a reference to this item.
Hi
I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).
Thanks
Laurent
Create an Office2010 theme.
Add a new Captcha control
New control request: FishEye menu.
A new Tag Cloud control similar to the WinForms and ASP.NET Ajax counterparts (http://demos.telerik.com/aspnet-ajax/tagcloud/examples/overview/defaultcs.aspx)
Add new control to the suite: Shuttle control. Shuttle controls is a couple of ListBox controls and several buttons in between, that move items from one ListBox to another and vice versa. Here is an example of the interface: http://www.mathworks.com/access/helpdesk/help/toolbox/comm/ug/shuttle1.png Check the following two examples showing how Shuttle control can be easily created using RadListBox or RadTreeView control: https://github.com/telerik/xaml-sdk/tree/master/ListBox/ShuttleControl https://github.com/telerik/xaml-sdk/tree/master/TreeView/ShuttleControl
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190016 Please use the new item for commenting, voting and subscribing instead of this one.
Develop a new control - Fisheye Panel.
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.
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" />
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.
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.
They are exported with the /EmbeddedFiles switch. This would allow adding external files to the PDF document. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190045 Please use the new item for commenting, voting and subscribing instead of this one.
Automatic or easy to configure support for displaying the UAC shield icon when the command that will be executed by the Button or the Menu item will require elevated permissions.
This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190035 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/190078 Please use the new item for commenting, voting and subscribing instead of this one.
Hello,
When I do the following:
and I assign this style to my dynamically created columns from a behavior attached to the RadGridView, the style of the tooltip is the same as the style of the header.
They seem to share the same style, so that when I change one property on the header, the tooltip gets the same, and vice-versa.
Do you repro? I'm on version 2020.3.1020.45.
Thanks,
Arthur
Accessing one of the entries in the archive throws a generic "Invalid data" exception. This item is migrated to the Telerik Document Processing portal: http://feedback.telerik.com/Project/184/Feedback/Details/190159 Please use the new item for commenting, voting and subscribing instead of this one.