Telerik Forums
UI for WPF Forum
0 answers
110 views
The RadWebCam for WPF control currently relies on the SharpDX library to render the video feed. With 2024 Q4 we will replace SharpDX with the SkiaSharp library. This decision was taken because the SharpDX library is no longer maintained since March 2019.


Martin Ivanov
Top achievements
Rank 1
 asked on 10 Sep 2024
0 answers
233 views

As of 2024 Q4 (November), we will deprecate the .NET 7 distribution. This decision is rooted in our dedication to align with Microsoft’s recommended framework versions so that our products leverage the latest advancements in technology, security, and performance.  

We are aligning our product with Microsoft’s lowest-supported framework versions for .NET Framework and .NET, respectively. Please refer to the following blog post: Product Update for Enhanced Performance and Security

For more information about how to upgrade your project when a new version of the Telerik UI for WPF suite is released, you can check here: Project Migration to .NET 4.6.2 and .NET 6

Martin Ivanov
Top achievements
Rank 1
 asked on 28 May 2024
0 answers
312 views

As of 2024 Q2, we will deprecate .NET Framework 4.0, .NET Framework 4.5, and .NET Core 3.1 distributions. This decision is rooted in our dedication to align with Microsoft’s recommended framework versions so that our products leverage the latest advancements in technology, security, and performance.

We are aligning our product with Microsoft’s lowest-supported framework versions for .NET Framework and .NET, respectively. Please refer to the following blog post:

Product Update for Enhanced Performance and Security (telerik.com)

For more information about how to upgrade your project's .NET Framework version, you can check the following MSDN article:

Migration Guide to .NET Framework 4.8, 4.7, and 4.6.2 - .NET Framework | Microsoft Learn


Stenly
Top achievements
Rank 1
 asked on 30 Jan 2024
1 answer
14 views

I am using the RadTimeSpanPicker to choose a duration, and I'd like to style the Clear and Close buttons to match the Run New Objective button.  How can I access the button styles?

Thanks,

Chuck

Stenly
Telerik team
 answered on 14 May 2025
0 answers
7 views

Using 2024.1.423 PivotGrid and PivotGridFieldList, when trying to do a row filter on a column that has null values, Telerik.Windows.Controls.FieldList.Editing.Selectable.GetHashCode() will error with a NullReferenceException.  This works when doing a label filter on a row or column though since the pivotgrid and the PivotGridFieldList use different methods of getting the distinct values.

Any way to fix it without having to modify the underlying data?

Thanks,

Patrick

Patrick
Top achievements
Rank 1
 asked on 13 May 2025
1 answer
12 views

When the user is using the MultiColumnComboBox, if they open the combo box, then use the arrow keys to highlight a row in the grid, but then change their mind and hit escape to close the dropdown, then want to move to the next field so they hit tab, it then selects the last record that was highlighted in the grid. This seems like a bug to me. The docs for this control say "Escape: Pressing Escape will close the DropDown and the matched item would not be selected."

If the user can't tab out of the field without selecting a record, how can they leave the field without selecting a record with just the keyboard?

I was able to duplicate this functionality in the demo app. See zipped GIF in the attachments.

Stenly
Telerik team
 answered on 13 May 2025
0 answers
10 views

Hello Telerik Team,
We have a close button in RadTabItem and all the tab items are added from the list in the ViewModel.
On clicking of the close button, the particular item will be removed from the list in the ViewModel that reflects in the UI.
Here we are having a scenario in which if the RadTabItem content is heavily loaded, then it takes more time to close.
Please suggest a way to avoid the performance issue while closing the RadTabItem.

The Telerik Version we are used are 2023.2.718

Thanks and Regards,
Muhammad Azhar Shah
Technical Lead

Muhammad
Top achievements
Rank 1
 asked on 13 May 2025
1 answer
16 views

Hi,

If I select multiple rows in a table in a RichTextBox, the delete options become un-selectable. How can I change this to enable me to delete multiple selected rows from a table?

 

 

Stenly
Telerik team
 answered on 09 May 2025
0 answers
17 views

I've been pulling my hair out on this forever.  I'm developing an application that has items with custom fields.  Sometimes the user will choose an option from the custom field, sometimes they'll leave it blank.  I'm trying to get a RadComboBox to display the selected item only if the item is not null.  If the item is null, then the combobox should display nothing (or a notice it's blank).  

   What's happening is either the combobox does not keep in sync, or it defaults to the first item in the collection.  I need it to be in sync, but not default to the first item in the list if the property is null.  For example simplified view of my ViewModel:

Class CustomField:  Id as Integer, Description as String

ViewModel:

  Public Property Selection as CustomField
  Public Options as ObservableCollection(Of CustomField)

WPF:

        <telerik:RadComboBox x:Name="rcbDropDown" 
                             ItemsSource="{Binding Path=Options}"
                             SelectedValuePath="Id"
                             DisplayMemberPath="Choice"
                             SelectedItem="{Binding Path=Selection, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
                             ClearSelectionButtonContent="Clear"
                             ClearSelectionButtonVisibility="Visible"
                             IsEditable="False"
                             IsReadOnly="{Binding Path=IsReadOnly}"
                             EmptyText="Not Set"
                             UpdateSelectionOnLostFocus="True"
                             />

I've tried multiple combinations of SelectedItem Mode=TwoWay, OneWayToSource and IsSyncronizedWithCurrentItem=True/False/NULL

   I either end up with them syncing and the combo box defaulting to the first item on the list automatically, and pushing that into the viewmodel when the record is viewed, or not syncing.  I can't get it to only show the selected item when it's not null.  Any help would be appreciated!

 

 

Johnathan
Top achievements
Rank 1
Iron
Iron
 asked on 07 May 2025
2 answers
27 views

Hello everybody,

in my WPF Application I am using Telerik's RadGridView. Everything is working fine so far.

But there is a little design issue, I am facing with.

In my App I am using Windows11Theme, if I use this, every row in my GridView is starting with a blue column. Sadly I am not able to find out, how to change this color.

Previously, I was using Windows8Theme and there I used "StrongColor" property to change this color. But I am not able to find out, how to change it in Windows11Theme.

Attached is an image, which shows the row, I want to change.

Thanks for your support.

BR,

Alex

Alexander
Top achievements
Rank 1
Iron
 answered on 06 May 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?