Hi Team,
We have developer license for the Telerik UI for WPF product, however we are unable to get the developer MSI for the Telerik UI for WPF 2024.1.130.45. Only the trial version is visible now.
Could you please guide us to get the dev version of 2024.1.130.45?
Hi,
The radwindow does not show up unless I put Style
=
"{DynamicResource RadWindowStyle}".
May I ask where do I put theme for my radwindow?
And how do I change the radwindowstyle? It shows up the minimize, close button on the left side but I would want it to put on the right side of the window.
I am currently using DevExpress but considering switching to Telerik.
I downloaded the Telerik UI for WPF demo version and applied it to my existing application for evaluation. However, I encountered an issue and would like to ask for assistance.
I created a project using the "Telerik WPF Application (.NET Framework)" template, ran the blank project, and resized the window. Since our users work with four 2560x1440 monitors, I resized the window to fill all four monitors.
At this point, the following error occurred:
Unhandled exception of type 'System.OutOfMemoryException' occurred in PresentationCore.dll.
There is not enough memory to continue the execution of the program.
This exception does not occur in Microsoft WPF projects.
Before purchasing, I would like to confirm if there is a solution to this issue.
Thank you in advance for your response.
I have a license for UI for WPF 2020 R3 SP1 and I can see a dll called Telerik.Windows.Documents.Spreadsheet
I just can not find any way of utilizing this? Wonder if there is no control associated or why it is there?
I just need to be able to display the content of an Excel xlsx file. No edit, no nothing...
hi
I was using RadWindow as my main window.
it was correctly in the 2019 version but after updating to the new version the preview stopped showing.
What should I do to solve the problem?
------------------------------------------------
i found my answer in https://docs.telerik.com/devtools/wpf/controls/radwindow/how-to/use-radwindow-as-user-control
i must add
Style="{StaticResource RadWindowStyle}"
to radwindow prperty
We were using a standard Window object as the parent for our MainWindow. All was good. Then we wanted to do theming...couldn't do it easily, we found we needed to change to telerik:RadWindow. That's when everything went.....bad. No more window icons, no more task bar icon, no more showing up in taskbar. We've been able to figure out msot things and add more code to "fix" what we thought should be part of the default behaviour.
Then this morning my boss uses the mouse to try to change a value in a RadComboBox.....nope. Huh? I must have done something wrong? I don't think so. The change is in git and linked to the exact date we changed from Window to RadWindow..
How are you supposed to get mouse selections to work with a RadComboBox contained in a RadWindow?
Is the source for this app available? If so, where? I don't necessarily need the source, but I'd like to know how the stuff marked in red (I wish I knew the correct names/terminology) is done in a WPF app.
Alternatively, is there a different example that shows it?
Hello im using telerik version 2021.3.909
I have a RadDocking with a lot of RadPanes that are created with DockingPaneFactory
Most of those panes are FloatingDockable which means when i move my main screen the the 2nd(or any other) monitor those RadPanes stays afloat on the first screen.
I know i can change all of them to docking panels and this will solve my problem, but because i have a lot of RadPanes i cannot place them with Dock.Left/Right/etc
My goal is that all my RadPanes will move when the main window is moving(or resizing)
RadCircularProgressBar IsIndeterminate animation is not working when placed inside a RadWindow with RadWindowInteropHelper.AllowTransparency set to 'false'.
I attached a project reproducing the behaviour.
Version 2024 Q2