Completed
Last Updated: 13 Mar 2024 09:45 by ADMIN
Release 2024.1.130 (2024 Q1)
Martin Ivanov
Created on: 16 Jan 2024 13:02
Category: UI for WPF
Type: Bug Report
0
Common: BooleanToVisibilityConverter Convert method throws a NullReferenceException when null value is provided
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.
0 comments