Unplanned
Last Updated: 23 Oct 2020 09:38 by Arsen
Provide an additional archive with the resource dictionaries used with the implicit styles theming approach.
Unplanned
Last Updated: 07 Oct 2020 14:15 by ADMIN
Created by: Dilyan
Comments: 0
Category: UI for WPF
Type: Feature Request
0
Make it possible to create a Telerik .NET 5 project through the Visual Studio extension.
Unplanned
Last Updated: 04 Aug 2020 19:25 by Julio Cesar
Created by: Julio Cesar
Comments: 1
Category: UI for WPF
Type: Feature Request
2
Providing similar to the traditional Windows Forms Multiple Document Interface (MDI) features.
Unplanned
Last Updated: 29 May 2020 13:00 by ADMIN
We can help our customers to achieve a different look of their applications by setting a custom palette.
Unplanned
Last Updated: 09 Jul 2020 11:46 by ADMIN
Created by: Valentin
Comments: 10
Category: UI for WPF
Type: Feature Request
5

It would be awesome if the user would be able to create folders for visual organization in tree views, tree list views and list views. These folders should not be actual items in the tree, but rather be a visual simplification for complex lists and trees.

Folder specific features:

  • Add, move, rename and delete folders
  • Add or move items to the folders (for example via drag&drop)
  • Move and delete folders with their content
  • Verification, if certain types are allowed in a folder
  • Sort the content of the folder

    View specific features

  • Switch between “folder view” and “folderless view”
  • Save and load structures, similar to the LayoutControl
  • Verification, if a folder is allowed to be moved to or created in certain areas
  • Possibility to manipulate the structure from the code

With this feature the user would find it easier to organize sometimes complex trees and lists into manageable folder structures, as the layout would be created by the user himself. The folders also make collective operations on items in them easier to handle, as the user can move or delete the folder with its content and does not need to select long lists of items for every operation. This would increase the usability of the trees and lists.

Unplanned
Last Updated: 24 Apr 2020 05:21 by ADMIN

Exception when editing the template and showing the tooltip of the ValidationErrorElement 

Workaround:

Replace the validation element: 

<Grid x:Name="ValidationErrorElement" Visibility="Collapsed">
    <Grid.ToolTip>
        <ToolTip x:Name="PART_ToolTip" Placement="Right" DataContext="{Binding RelativeSource={RelativeSource TemplatedParent}}">
            <ToolTip.Template>
                <ControlTemplate TargetType="{x:Type ToolTip}">
                    <Grid x:Name="RootVisual" HorizontalAlignment="Right" Margin="5,0" Opacity="0" RenderTransformOrigin="0,0">
                        <Grid.RenderTransform>
                            <TranslateTransform X="-25" x:Name="xform"/>
                        </Grid.RenderTransform>
                        <VisualStateManager.VisualStateGroups>
                            <VisualStateGroup x:Name="OpenStates">
                                <VisualStateGroup.Transitions>
                                    <VisualTransition From="{x:Null}" GeneratedDuration="0" GeneratedEasingFunction="{x:Null}" Storyboard="{x:Null}" To="{x:Null}"/>
                                    <VisualTransition From="{x:Null}" GeneratedDuration="0:0:0.2" GeneratedEasingFunction="{x:Null}" To="Open">
                                        <Storyboard>
                                            <DoubleAnimation Duration="0:0:0.2" To="0" Storyboard.TargetProperty="X" Storyboard.TargetName="xform">
                                                <DoubleAnimation.EasingFunction>
                                                    <BackEase Amplitude="0.3" EasingMode="EaseOut"/>
                                                </DoubleAnimation.EasingFunction>
                                            </DoubleAnimation>
                                            <DoubleAnimation Duration="0:0:0.2" To="1" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="RootVisual"/>
                                        </Storyboard>
                                    </VisualTransition>
                                </VisualStateGroup.Transitions>
                                <VisualState x:Name="Closed">
                                    <Storyboard>
                                        <DoubleAnimation Duration="0" To="0" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="RootVisual"/>
                                    </Storyboard>
                                </VisualState>
                                <VisualState x:Name="Open">
                                    <Storyboard>
                                        <DoubleAnimation Duration="0" To="0" Storyboard.TargetProperty="X" Storyboard.TargetName="xform"/>
                                        <DoubleAnimation Duration="0" To="1" Storyboard.TargetProperty="Opacity" Storyboard.TargetName="RootVisual"/>
                                    </Storyboard>
                                </VisualState>
                            </VisualStateGroup>
                        </VisualStateManager.VisualStateGroups>
                        <Grid>
                            <Path Data="M4,0L0,4 4,8z" Fill="#FFDC000C" HorizontalAlignment="Left" Height="10" Stretch="None" VerticalAlignment="Top" Width="6"/>
                            <Border Background="#FFDC000C" Margin="4,0,0,0" Padding="1">
                                <TextBlock Foreground="White" MaxWidth="250" Margin="8,4" TextWrapping="Wrap" Text="{Binding ValidationErrors[0].ErrorContent}"/>
                            </Border>
                        </Grid>
                        <ContentControl/>
                    </Grid>
                </ControlTemplate>
            </ToolTip.Template>
        </ToolTip>
    </Grid.ToolTip>
    <Border Background="Transparent" HorizontalAlignment="Right" Height="9" VerticalAlignment="Top" Width="9"/>
    <Border BorderBrush="#FFDC000C" BorderThickness="1" CornerRadius="1"/>
    <Path Data="M0,2L5,2 5,7z" Fill="#FFDC000C" HorizontalAlignment="Right" Height="7" VerticalAlignment="Top" Width="7"/>
</Grid>
Unplanned
Last Updated: 24 Mar 2020 15:26 by ADMIN
The image quality is changed when pasting an image. 
Unplanned
Last Updated: 12 Feb 2020 15:35 by ADMIN

The application can be ported to .NET Core, uploaded to the Windows store and potentially have its source code distributed.

Unplanned
Last Updated: 03 Apr 2020 12:11 by ADMIN

Hi All,

I would like to hide the mouse over background to TreeListViewRow, and now the solution that I know is to edit the template my self.

Is it possible to add custom value for MouseOverBackground, SelectedBackground like GridViewRowStyle?

 

Thanks in advance for you feedback.

Unplanned
Last Updated: 12 Nov 2019 14:26 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Add a control that expose an interface allowing you to connect to a cloud storage. The control should display files from the storage and allow you to easily download them. Then show a downloading progress.
Unplanned
Last Updated: 07 Nov 2019 09:02 by ADMIN
Created by: Petar
Comments: 0
Category: UI for WPF
Type: Feature Request
2

Currently FTP network locations are not present in RadFileDialogs.

Implement support for them similar to MS Dialogs.

Unplanned
Last Updated: 14 Oct 2019 12:18 by ADMIN
Created by: Enrico
Comments: 1
Category: UI for WPF
Type: Feature Request
15

Good morning,

at the moment we are using third parts libraries to show RTSP/MPEG video flow in our app.

After the new RadWebCam control release, we hoped it was possibile to specify another video flow for example from IP camera.

May I suggest to implement the possibility to specify a different stream source in the RadWebCam?

Or maybe to implement a new control called "RadPlayer" that is similar to RadWebCam but permits to set a custom stream?

Because snapshot/video recording feature of RadWebCam are very interesting also for a RTSP flow.

 

Thank you

Best Regards 

Enrico 


Unplanned
Last Updated: 14 Oct 2019 08:42 by ADMIN
Created by: Gennady
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Current SDK Sample code supports only WPF 40.

Adding support for wpf45 will make more convenient way to work with Samples.

Sample dode can include new wpf 45 features

Unplanned
Last Updated: 19 Jul 2020 08:50 by Laurentiu Stamat
Created by: Mi
Comments: 9
Category: UI for WPF
Type: Feature Request
12

As we now have support for Webcams with RadWebcam-Control how about supporting Twain? But not the old version, instead the platform independent newer Twain-Direct. There is already C# Source Code under MIT-License available: https://github.com/twain/twain-direct. I think this could be used in Xamarin and WinForms, even ASP.NET also...

Unplanned
Last Updated: 03 Sep 2019 09:40 by ADMIN
Export and then import a linked style with HtmlFormatProvider and the style gets lost on import.
Unplanned
Last Updated: 11 Oct 2021 07:39 by Hendrik
Created by: Martin Ivanov
Comments: 1
Category: UI for WPF
Type: Feature Request
3
Currently, the digitally signed assemblies are distributed only as a .zip file containing the dlls. Introduce nuget packages for them.
Unplanned
Last Updated: 21 May 2019 11:05 by ADMIN

Currently when you highlight a row in the child GridView, the ParentRow becomes highlighted. It would be really nice to have an option so that the ParentRow would be selected when a row in the child GridView is selected. This should work recursively selecting the ParentRow all the way up the hierarchy.

I've written a workaround, but it isn't pretty.

Please add this functionality. :)

 

My case involves a three tier hierarchical GridView (each in single select mode). If I select a row in a third tier GridView, then I want its ParentRow to become selected on the second tier and the second tier's ParentRow to become selected on the first tier. Hopefully that makes sense.

Unplanned
Last Updated: 08 Mar 2019 14:05 by ADMIN
Created by: Felix
Comments: 0
Category: UI for WPF
Type: Feature Request
2
Add localization support for Polish language
Unplanned
Last Updated: 12 Mar 2019 14:39 by ADMIN
Created by: Grinden
Comments: 1
Category: UI for WPF
Type: Feature Request
10
Simplified and Traditional please
Unplanned
Last Updated: 08 Mar 2019 14:10 by ADMIN
Created by: Felix
Comments: 1
Category: UI for WPF
Type: Feature Request
5
We have customers in Brasil and Polish. It would be very helpful, if Telerik would support these languages out of the box. Otherwise we have to adapt our product whenever we are upgrading to a new Telerik version.