Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)
Currently, the Telerik.Windows.Controls.BooleanToVisibilityConverter cannot work with null values. It throws NullReferenceException. However, its ConvertBack method works with null values. Also, the System.Windows.BooleanToVisibilityConverter support nulls in its Convert method.
When null value is provided the converter should return Visibility.Collapsed.
Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)

Wrong XAML files are shipped with the Net Core themes archive. Instead of Docuemnts.xaml and RichTextBoxUI.xaml the RichTextBox.xaml file should be added. 

 

Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)

Steps to reproduce: 

1. Download Telerik_UI_for_WPF_Source_[Version].zip

2. Modify the Release70 configuration to Debug70 in the following script - Build_WPF70_Xamlless.bat

3. Execute the bat file to reproduce the error:

Telerik_UI_for_WPF_Source_[Version]\Core\Controls\Input\Touch\TouchManagerV3\TouchManager.TouchMode.cs(242,9): error CS1519: Invalid token '{' in class, record, struct, or interface member declaration [D:\temp\tic\Telerik_UI_for_WPF_Source_2023_3_1114\Core\Controls\Controls_NetCore_5cmyf5ge_wpftmp.csproj::TargetFramework=net7.0-windows]

 

As I workaround I would suggest editing the NetCoreConfigurations.targets with the following property groups: 

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug70|AnyCPU' ">
    <TargetFrameworks>net7.0-windows</TargetFrameworks>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <OutputPath>bin\$(Configuration)\</OutputPath>
    <DefineConstants>DEBUG;WPF;NETCORE;CODE_ANALYSIS;WPF45;WPF40</DefineConstants>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningsAsErrors />
    <SourceAnalysisTreatErrorsAsWarnings>true</SourceAnalysisTreatErrorsAsWarnings>
    <StyleCopEnabled>false</StyleCopEnabled>
    <TargetFrameworkVersionString>70</TargetFrameworkVersionString>
  </PropertyGroup>

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug70.NoXaml|AnyCPU' ">
    <TargetFrameworks>net7.0-windows</TargetFrameworks>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <OutputPath>bin\$(Configuration)\</OutputPath>
    <DefineConstants>DEBUG;WPF;NETCORE;CODE_ANALYSIS;WPF45;WPF40;NOXAML</DefineConstants>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningsAsErrors />
    <SourceAnalysisTreatErrorsAsWarnings>true</SourceAnalysisTreatErrorsAsWarnings>
    <StyleCopEnabled>false</StyleCopEnabled>
    <NoXaml>true</NoXaml>
    <GenerateImplicitStyles>true</GenerateImplicitStyles>
    <TargetFrameworkVersionString>70</TargetFrameworkVersionString>
  </PropertyGroup> 

The file can be found here: Telerik_UI_for_WPF_Source_[Version]\Build\Imports\NetCoreConfigurations.targets.

Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)
When you run the Demo program and select the code of some sample the C# code is shown, but the VB code is missing.
Completed
Last Updated: 11 Mar 2024 07:36 by ADMIN
Release 2024.1.312

- collision with classes CallbackBehaviour and ConcurrencyMode, collision with DuplexChannelFactory

- Collision with SecurityPolicyVersion and may others types in System.ServiceModel.Security Namespace | Microsoft Learn

[Breaking change]: WCF Client 6.0 release will no longer support net standard 2.0 · Issue #33515 · dotnet/docs · GitHub

- - large amount of 40 unnecessary dependencies. These are potential errors in Nuget dependecy resolution.

9,4 MB unnecessary additional files per application.

-Only necessary dependencies should be added.

Completed
Last Updated: 25 Dec 2023 09:04 by ADMIN
Release R3 2023
Created by: Martin Ivanov
Comments: 3
Category: UI for WPF
Type: Feature Request
25
The new API should allow you get an SVG file and convert it in a WPF-friendly format.

If there is a control, it should also display the SVG contents.
Completed
Last Updated: 07 Nov 2023 12:03 by ADMIN
Release R3 2023 SP1

Telerik UI for WPF demo application can not be launched when there is no internet connection or access to Google Analytics is restricted by DNS. 

In EventViewer you can observe the following error:

Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.Http.HttpRequestException: The requested name is valid, but no data of the requested type was found. (www.google-analytics.com:443)

Completed
Last Updated: 06 Nov 2023 05:55 by ADMIN
Release R3 2023 SP1

The System.Drawing.Common package is installed in the project that builds Telerik.Windows.Controls.Navigation.dll for .NET Core 3.1 Core, .NET 5 and .NET 6. The current package version is 4.7.0.

Update the package to the latest available version.

Completed
Last Updated: 02 Nov 2023 08:12 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)

Hello,

During project implementation a wrong link connection was found.

Precondition:

When we have two models of ContainerNodeViewModelBase OuterModel and InnerModel.

InnerModel has set to true "RadDiagramShapeBase.UseGlidingConnector".

Steps to reproduce:

1. Put InnerModel inside OuterModel.

2. Connect the top middle connector to middle connector of InnerModel

3. When you move InnerModel in upper part of OuterModel the link is connected to bottom of InnerModel instead of to top.

To make reproduce easier i attach video, and i modified your sample application (PasteOnMousePosition) to reproduce this issue.

I attached both things.

Video desc:
1st use case with no gliding connector -- looks ok

2nd use-case movement outside of container and the link looks ok, but the link connection inside looks bad.

Currently this link is just a line, but when it would be an arrow then its looks even worse.

Completed
Last Updated: 29 Sep 2023 10:42 by ADMIN
Release R3 2023
The Checkbox is cropped in Windows 11 theme compact mode when the screen scales to 150%.
Completed
Last Updated: 19 Jul 2023 09:53 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 5
Category: UI for WPF
Type: Feature Request
16

			
Completed
Last Updated: 07 Jul 2023 05:43 by ADMIN
Release R2 2023 SP1
Created by: Julio
Comments: 1
Category: UI for WPF
Type: Bug Report
2

In our app many checkboxes are crop when user scale to 125 %, it happens in win11 but it has been reported in win10.

I found out that this is also happening in the colour theme generator from Telerik with the checkbox in the ribbon (screenshot below).

Is this a known issue or something that we can fix some how? so far we have taken the template for the checkboxes and change the margin of the element "grid" from 1 to 0 to work around it. 

Thanks in advance

Julio

Completed
Last Updated: 20 Jun 2023 06:02 by ADMIN
Release LIB 2023.2.703 (3 Jul 2023)
Created by: wu
Comments: 1
Category: UI for WPF
Type: Bug Report
0

If the total Items count exceed the MaxVisiblePips value,scroll by mousewheel,when scroll to the start or end item,the next scroll item should be the end or start,

the scrollview can not scroll to the selected item. Please see Annexes 1 and 2

When  the MaxVisiblePips value is four,click the right item ,The scroll view cannot be rolled to the center, Please see Annexes 3

Completed
Last Updated: 29 May 2023 16:51 by ADMIN
Release R2 2023
Currently, the same glyph is used both when the RadRibbonWindow is maximized and in a normal state.
Completed
Last Updated: 25 May 2023 13:33 by ADMIN
Completed
Last Updated: 24 May 2023 06:54 by ADMIN
Release R2 2023
Created by: John Schroedl
Comments: 0
Category: UI for WPF
Type: Feature Request
5
Introduce a new theme with the Windows 11 look but with smaller sizes.
Completed
Last Updated: 24 May 2023 06:51 by ADMIN
Release R2 2023
Created by: Martin Ivanov
Comments: 0
Category: UI for WPF
Type: Feature Request
1

Create a SlideView control like the one in the Telerik UWP suite.
https://docs.telerik.com/devtools/xamarin/controls/slideview/slideview-getting-started

The control should  have a content area, previous and next buttons, and dots indicator below, that indicates the currently selected page.

Completed
Last Updated: 09 Mar 2023 17:06 by ADMIN
Release Release R1 2022
When focusing a Rad Controls like RadDateTimePicker, the watermark is hidden. This behavior could be very problematic when this field is the first of a form. The user will never see the watermark because the focus will be set in this field when entering in the form. It would be nice if the watermark could just be less visible by lowering its opacity. Additionaly, if the user erases the text, it would be nice too if the watermark could be showed at the same visible state than explained above.
Completed
Last Updated: 03 Feb 2023 09:14 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
The keys are not updated when changing the starting Culture of the RadVirtualKeyboard control.
1 2 3 4 5 6