Declined
Last Updated: 17 Jul 2015 13:15 by ADMIN
Created by: Vesko
Comments: 9
Category: UI for WPF
Type: Feature Request
72
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.
Declined
Last Updated: 26 May 2015 14:09 by Giuseppe
ADMIN
Created by: Telerik Admin
Comments: 12
Category:
Type: Feature Request
44
Implement two-dimensional Radar / Polar series type for WPF / Silverlight.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 02 Jun 2014 13:21 by Richard
ADMIN
Created by: Telerik Admin
Comments: 3
Category: UI for WPF
Type: Feature Request
35
Create an Office2010 theme.
Declined
Last Updated: 04 Aug 2021 07:15 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 8
Category: Book
Type: Feature Request
32
Allow single page display.
Declined
Last Updated: 01 Mar 2024 16:11 by ADMIN
Created by: Laurent Kempé
Comments: 12
Category: UI for WPF
Type: Feature Request
31

Hi

I would like to know if Progress Telerik has some plan to port their WPF controls to Avalonia (avaloniaui.net).

 

Thanks

Laurent

Declined
Last Updated: 04 Aug 2021 07:19 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Book
Type: Feature Request
28
There could be a way to allow the content of a single page of the book to spread two pages.
Declined
Last Updated: 13 May 2022 09:51 by ADMIN
Created by: Vesko
Comments: 8
Category: UI for WPF
Type: Feature Request
24
Add a new Captcha control
Declined
Last Updated: 26 Aug 2016 09:18 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: PanelBar
Type: Feature Request
24
Add an Icon property to allow displaying images in the RadPanelBarItem Header.

Declined:

Adding such property requires also adding a visual element (Image) in the Template of the RadPanelBarItems.
RadTreeView also has Image in its ControlTemplate and we have to admit this was our design mistake in the past. Such element makes the Style larger, makes the virtualization harder to support, slows down the performance.

How To Add Image in RadPanelBar:

In non-databound scenarios just add the Image in the Header:

      <telerik:RadPanelBarItem>
                <telerik:RadPanelBarItem.Header>
                    <StackPanel>
                        <Image Source="MyImage.png" Margin="5"/>
                        <TextBlock Text="{Binding Name}" />
                    </StackPanel>
                </telerik:RadPanelBarItem.Header>
            </telerik:RadPanelBarItem>

In databound scenario set the ItemTemplate of the RadPanelBar:

DataTemplate x:Key="itemTemplate">
                <StackPanel>
                    <Image Source="MyImage.png" Margin="5"/>
                    <TextBlock Text="{Binding Name}" />
                </StackPanel>
            </DataTemplate>

 <telerik:RadPanelBar ItemTemplate="{StaticResource itemTemplate}"/>

See the SDK example demonstrating those approaches: https://github.com/telerik/xaml-sdk/tree/master/PanelBar/AddHeaderIcon

Declined
Last Updated: 26 May 2015 14:10 by Hugo
ADMIN
Created by: Telerik Admin
Comments: 10
Category:
Type: Feature Request
22
Implement logarithmic X axis in RadChart.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 26 May 2015 14:09 by scorp
ADMIN
Created by: Giuseppe
Comments: 6
Category:
Type: Feature Request
22
On data change RadChart should redraw only the series items that are actually changed, and not the whole series.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 28 Oct 2014 14:41 by Jon
When using binding to CheckState property and TriStateMode is enabled the checking of parent (its business object) does not affect unrealized childrens' CheckState, because the bindings have greater priority than the TriState logic. Same in the other direction - checking the child has no effect over the parent.

Marking this as Declined.
TriState Mode is supported in XAML-defined or code behind defined trees with direct creation of 3Viewitems. 
In DataBound scenarios, 3-State should be created by the user with ViewModels as described in this help article.

http://www.telerik.com/help/wpf/radtreeview-howto-tri-state-mvvm.html
Declined
Last Updated: 29 May 2023 15:29 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
16
New control request: FishEye menu.
Declined
Last Updated: 29 May 2023 15:28 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Feature Request
16
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)
Declined
Last Updated: 04 Mar 2021 07:06 by Petar
ADMIN
Created by: Telerik Admin
Comments: 1
Category: TileView
Type: Feature Request
16
Posibility to group the TileViewItems needed
Declined
Last Updated: 15 Sep 2016 14:11 by Vanja Oljaca
ADMIN
Created by: Telerik Admin
Comments: 2
Category: UI for WPF
Type: Feature Request
15
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
Declined
Last Updated: 26 May 2015 14:10 by Ram
Additional functionality for creating labels and flags over the annotation is needed.

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView.
Declined
Last Updated: 26 May 2015 14:10 by David
ADMIN
Created by: Vladimir Milev
Comments: 1
Category:
Type: Feature Request
12
Track values of current mouse cursor X position.
Can be seen here: 
http://www.google.com/finance?q=INDEXDJX:.DJI,INDEXSP:.INX,INDEXNASDAQ:.IXIC
and here:
http://people.iola.dk/olau/flot/examples/tracking.html

REASON FOR DECLINATION
This is supported out-of-the-box by the new RadChartView (TrackBallBehavior & CrosshairBehavior).
Declined
Last Updated: 28 Oct 2021 09:36 by ADMIN
ADMIN
Created by: Simeon
Comments: 4
Category: Book
Type: Feature Request
12
There could be different design for the left and right pages of the book.
Declined
Last Updated: 06 Oct 2021 08:39 by ADMIN
Currently the palette of a theme can only be set for the entire application. Setting the palette per control instance should also be possible.
Declined
Last Updated: 22 Feb 2017 12:33 by ADMIN
ADMIN
Created by: Petya
Comments: 2
Category: UI for WPF
Type: Feature Request
12
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.
1 2 3 4 5 6