Telerik Forums
UI for WPF Forum
2 answers
26 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

Chuck
Top achievements
Rank 1
Iron
 answered on 22 May 2025
2 answers
42 views
We build using the Telerik UI for WPF NuGet Packages from your NuGet server.  Since I updated all our Telerik NuGet package references from a 2024 version to the most current 2025 version, I am now receiving licensing messages during my build process.  A lot of licensing messages.  They tend to look like this:


17>[Telerik and Kendo UI Licensing]
17>      Telerik and Kendo UI License Key found at: C:\Users\joe\AppData\Roaming\Telerik\telerik-license.txt (UserDirectory)
17>      License issued at 2025-02-25 to j*******@g*******.com.
17>[Telerik and Kendo UI Licensing]

And they are all over the place.

Please tell me that there is a way that I can silence these messages

They make it more difficult to locate the build output lines that I am truly interested in.  I don't need this information but if it must be output I don't need it this many times.
Martin Ivanov
Telerik team
 answered on 22 May 2025
0 answers
9 views

Hi,

  I have rad grid view with Grouping along with Select checkbox (GridviewCheckboxcolum). I need below help

  1. I need to know how we can achieve Select all functionality on Grid as well ex: If i select check box column in header it has to select all the rad Gridview groups as well
  2. I also need to know how can achieve group filtering as well
  3. How we can achieve sorting with Group Names?

Thanks in advance

 

 

Jaypalsinh
Top achievements
Rank 1
 asked on 22 May 2025
1 answer
8 views

I have just updated the .dlls from 2020.1 to the latest version (2025.1.211).

Now, the formatting only works for the top level.

Before:

After:

The blue rows are top level and work as expected, any row in any level below does not use the format string.

The TreeListView is defined with an ItemsSource:

<telerik:RadTreeListView
      (...)
      ItemsSource="{Binding ... }" >

The columns are defined like this:

<telerik:GridViewDataColumn
       DataMemberBinding="{Binding ...}"
       IsReadOnlyBinding="{Binding ...}"
       DataFormatString="{}{0:#,###;-#,###;#}"
       CellStyleSelector="{StaticResource CellStyleSelector}"
       ShowDistinctFilters="False"
       Width="80"
       Header="...">
       <telerik:GridViewDataColumn.Footer>
           <TextBlock
               Text="{Binding ...}" />
        </telerik:GridViewDataColumn.Footer>
</telerik:GridViewDataColumn>

I have not found anything new in the documenation. Am I missing something?

Thanks and best regards,
Manuel

Stenly
Telerik team
 answered on 21 May 2025
0 answers
16 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
20 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
16 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
29 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
34 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
39 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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?