Telerik Forums
UI for WPF Forum
0 answers
115 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
3 views
Which type of control can be used to create control as per image and How ? 
Dimitar
Telerik team
 answered on 25 Apr 2024
0 answers
2 views
Which type of control can be used to create control as per image and How ?
Parth
Top achievements
Rank 1
Iron
Iron
 asked on 25 Apr 2024
1 answer
2 views

Is Telerik WPF WebCam control supported in .NET 6? If so, what package contains the definition for RadWebCam?

Thanks.

Mark
Top achievements
Rank 1
Iron
 answered on 24 Apr 2024
1 answer
7 views

Hi,

   I'm using a RadDocking with the VisualStudio2019 Dark theme.

   I'm getting confused as the header background styling is up side down in RadPane and RadTabItem leading to poor user experience.

   How can I have the same styling behavior as RadTabItem header applied to RadPane header ?

 

Thanks.

 

Stenly
Telerik team
 answered on 24 Apr 2024
0 answers
3 views

ViewModel.cs:


public QueryableDataServiceCollectionView<MyTable> MyTableView { get; set; }

var dsq = context.MyTable.AddQueryOption("$orderby", "InsertDateTime");
MyTableView = new QueryableDataServiceCollectionView<MyTable>(dsq.Context, dsq)
{
    PageSize = 25,
    AutoLoad = true
};

View.xaml:


<telerik:RadGridView ItemsSource="{Binding ElementName=MyPager, Path=PagedSource}">
    <telerik:RadGridView.Columns>      
        <telerik:GridViewDataColumn Header="Insert Date Time"
                                    DataMemberBinding="{Binding InsertDateTime}" />
    </telerik:RadGridView.Columns>
</telerik:RadGridView>

<telerik:RadDataPager x:Name="MyPager"
                      PageSize="25"
                      Source="{Binding MyTableView}" />

When I click on the Insert Date Time column header, a Microsoft.OData.Client.DataServiceQueryException exception is thrown with the message "Duplicate property named 'insertDateTime' is not supported in '$orderby'."

The query that's spat out by the RadGridView/RadDataPager/QueryableDataServiceCollectionView is /odata/v1/MyTable?$orderby=insertDateTime,InsertDateTime&$top=25

How do I fix this?

For context, MyTable has 10 million records with server-side pagination enabled and the records must be sorted by InsertDateTime when first loaded.

Wizard6650
Top achievements
Rank 1
Iron
 updated question on 23 Apr 2024
1 answer
11 views

Dear Telerik Team,

Do we have any multiple selection (Check box) option in Grouped rows?

Reference screen shot attached here.

 

Thanks in Advance 

 

Martin Ivanov
Telerik team
 answered on 22 Apr 2024
1 answer
5 views

I'm trying to create a "custom shape" in diagram control, but custom node disappears when i add it to IGraphsource in diagram control.

I am also attaching the sample project so if i am doing anything wrong can you please check.

I added the .png file for the custom shape I wanted

Stenly
Telerik team
 answered on 22 Apr 2024
1 answer
8 views
The RadToggleSwitchButton has properties for content when the button is checked(CheckedContent) and unchecked(UncheckedContent), but when three state is enabled and the value is set to null, the content is empty. How do I set the content when the RadToggleSwitchButton is in three state mode and the state is set to null?
Stenly
Telerik team
 answered on 22 Apr 2024
0 answers
10 views

Hi There,

I am having a strange issue on my WPF application, the text box does not allow adding a space when a space bar is pressed.

I am able to add a space between words on the same text box, but it does not allow me to add space after the last word.

 

Sgcino
Top achievements
Rank 1
Iron
 asked on 18 Apr 2024
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?