Completed
Last Updated: 03 Jan 2019 11:24 by ADMIN
Introduce a property to close the dropdown upon selection (when in Single mode).


*** CloseDropDownAfterSelectionInput property will be available with Q1 2019 expected in the middle of January. When set to True, the dropdown will be closed only with SelectionMode Single. 
Completed
Last Updated: 25 Mar 2019 07:01 by ADMIN
Release LIB 2019.1.325 (3/25/2019)
Created by: WSB
Comments: 0
Category: UI for WPF
Type: Feature Request
3

Hello Telerik,

I started working with the RadMultiColumnComboBox.
A feature that I miss is opening the combo on focus.

The RadComboBox has OpenDropDownOnFocus and I use it very often.

Thanks in advance

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: 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.
Completed
Last Updated: 13 Dec 2019 13:15 by ADMIN
Created by: LindenauAtSOG
Comments: 13
Category: UI for WPF
Type: Bug Report
3

Requirements:

- Multiple screen RDP-Session with option "Show windowcontents while dragging" turned off.

- RadTabbedwindow with AllowTransparency = false (might not be necessary)

 

When dragging a maximized TabbedWindow to a different screen into maximized mode, it is allways maximized on the primary screen.
Dragging it on the target screen so that it is not maximized and then clicking maximize works.

The issue only appears when the mentiond setting in the RDP-Session is turned off.

Completed
Last Updated: 18 Jan 2021 09:39 by ADMIN
Release R1 2021
Created by: Dinko
Comments: 0
Category: UI for WPF
Type: Feature Request
3

Newly introduced control RadCardView which allows you to display data in a card-like layout where you can sort, group, filter, and edit each card. More information about itl can be found here: https://docs.telerik.com/devtools/wpf/controls/radcardview/overview

Completed
Last Updated: 14 Feb 2020 14:13 by ADMIN
Release R1 2020 SP1

In the Crystal theme the ScrollBars are narrow and expand their size when the mouse is over. Introduce property that sets the default appearance of ScrollViewer's ScrollBars, similar to the ScrollBarMode property for the Fluent theme, which has the following options for the ScrollBar size:

  • Auto - narrow & expands to normal size
  • Compact - always narrow
  • Normal - always normal size
Completed
Last Updated: 31 May 2021 07:35 by ADMIN
Release LIB 2020.3.1311 (01/11/2021)
Created by: Heiko
Comments: 3
Category: UI for WPF
Type: Bug Report
3
The WPF .NET Core 3 packages reference assemblies from SharpDX project. For one, these assemblies only work with .NET Framework 4.x. In addition, the project will not be developed further and there will not be a version compatible with .NET Core 3.x or later versions. I consider this as a serious bug and Telerik should think about removing the SharpDX assemblies and swapping it for another. Even if my project compiles without errors, you always have the warning signs on the dependencies.
Completed
Last Updated: 03 Apr 2020 13:05 by ADMIN
Release R2 2020
NuGet: A wrong dependency is added when installing the SpreadsheetStreamingExport package.
Completed
Last Updated: 16 Feb 2022 14:03 by ADMIN
 Currently, the UpgradeApiAnalyzer tool relies on VS Build Tools 2015. Add support for .Net 4.7 and VS Build Tools 2019
Unplanned
Last Updated: 12 Feb 2021 12:59 by ADMIN
Created by: Kristen
Comments: 3
Category: UI for WPF
Type: Feature Request
3

At this time, Telerik UI for WPF distributes libraries build for each TFM -> WPF45, NetCore and NET50.

 

If there was a way that UI for WPF could compile some of those libraries .NET Standard 2.0 compatible, it would allow for the developers making the transition from .NET Framework to .NET Core/.NET5 a but easier because they will be able to share the reusable Telerik code in a class library consumed by both WPF45 and WFP50 projects

Duplicated
Last Updated: 26 Apr 2022 12:36 by Mats
Created by: Mats
Comments: 2
Category: UI for WPF
Type: Bug Report
3

Hi Telerik-Team,

 

on of our user found a bug when you flick with the mouse on resizing a column.

The system crashes. Here is the message and stacktrace:

Message
   Object reference not set to an instance of an object.
   
StackTrace
   at Telerik.Windows.Controls.GridView.GridViewHeaderCell.HeaderToResize(Object gripper)
   at Telerik.Windows.Controls.GridView.GridViewHeaderCell.OnColumnHeaderResize(Object sender, DragDeltaEventArgs e)
   at System.Windows.Controls.Primitives.DragDeltaEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.Thumb.OnMouseMove(MouseEventArgs e)
   at System.Windows.UIElement.OnMouseMoveThunk(Object sender, MouseEventArgs e)
   at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.Show()
   at System.Windows.Window.ShowDialog()
   at Test_WPF.MainWindow.StartInstance(Type program) in C:\Users\masi\source\repos\NEMO\Test_WPF\MainWindow.xaml.cs:line 51

 

I have attached two examples. One in our app and a test application.

 

I hope you can figure out what is going on.

 

Best regards,

Mats

Completed
Last Updated: 18 Aug 2022 06:46 by ADMIN
Release R3 2022
The new look of Office365 on Windows 11 features a more elevated look of the selected tab area plus the corner radius is only on this area.
Unplanned
Last Updated: 03 Oct 2022 10:43 by Stenly
Created by: Stenly
Comments: 0
Category: UI for WPF
Type: Feature Request
3
The current version of the SharpDX assembly is 2.5.0.0. We could review if it's possible to upgrade its version.
Duplicated
Last Updated: 26 Jun 2023 10:16 by ADMIN
Created by: mmix
Comments: 1
Category: UI for WPF
Type: Feature Request
3
Its been two years since you were last asked for this, and you said when it gets traction. 

Well, its getting traction, v11 is coming out, there is ever increasing list of public projects, https://avaloniaui.net/Showcase, plus countless WPF inhouse migrations like the ones we do. Serious money is already being involved, there are already many teams who would rather pay you for controls than waste their own cycles repeatedly making functionality. 
WPF is indeed dying, .net foundation is treating it like a leprous uncle, Avalonia is literally getting more love from some foundation projects than WPF does, some wpf libraries are still targeting net5 with no intention to update them. MS wants you to migrate away from it to MAUI (after failing to get us to migrate to UWP) and it lacks cross platform support which neither of MS replacements like MAUI offer, and MS has a big influence over what they do. Chances of that succeeding are very slim, as big as they were for UWP. Even barring the lack of Linux support, WPF has this pre-mortem smell that Silverlight had, people stick to WPF becuase there really is no roadmap that will retain full functionality.

Chicken and the egg debate is losing its appeal, we are presently even willing to sacrifice some functionality to get away from WPF before it sinks. 

The writing is on the wall, there is a clear and present need for quality commercial 3rd party controls for Avalonia, from the paying customers. I understand there is work to port the styling in WPF controls and to remove any windows P/I dependencies you might have. But whoever of you largest control makers steps on the market first and opens the flood gates, will get the first revenue and a foot in the porting of larger WPF projects, and certainly the inertia going forward.  I am posting this to each of you. 



Time to wake up. "Wake up and smell the ashes" :)
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
Add additional properties to the ZipPackageEntry that describe the creation date, the last modified date and etc.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
The exception occurs when files larger than 1 GB are being added to ZipPackage
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for WPF
Type: Bug Report
2
Video (wmv) and Audio (wav) files aren't properly compressed. The zip file that the library creates is larger than the original media file.
Completed
Last Updated: 22 Feb 2017 12:37 by ADMIN
When operation stream is created on top of the stream which doesn't support seeking the NullReferenceException is thrown from the constructor. There are other things which makes impossible using of the ZIP library on the stream which doesn't support seeking. We should fix these things.