This is the same feature as the TickOrigin in the WPF chart: https://docs.telerik.com/devtools/wpf/controls/radchartview/axes/axis
The property should specify where the ticks originate.
Hi Team,
Please implement this feature for WinUI =>
If you'd like to see a real test project that demonstrates the problem, you can use the repro attached to my Forum post => Spline series are incorrectly drawn in UI for WinUI.
Thank you,
Sébastien
Hi Team,
This is a request to add a Signature control to UI for WinUI. Where the user can use a Touch or Stylus input to add their signature to the app GUI. This signature can then be saved as either a bitmap or vector file.
Thank you,
Rodney
Setting the MaxValue, MinValue and Value properties at runtime doesn't work when the settings are done in the Opened event handler of RadDatePicker. The DateTime values of the properties are updated as expected, but this is not reflected in the UI.
To work this around, you can use the Click event of the internal DateTimePickerButton, instead of the Opened event.
private void DatePicker_Loaded(object sender, RoutedEventArgs e)
{
var btn = this.datePicker.FindChildByType<DateTimePickerButton>();
btn.Click += Btn_Click;
}
private void Btn_Click(object sender, RoutedEventArgs e)
{
var vm = (MainViewModel)this.datePicker.DataContext;
this.datePicker.MinValue = DateTime.Today;
}
The following exception is thrown when expanding row details with a height larger than the row height:
ArgumentOutOfRangeException: "Non-negative number required."
Implement print support when is supported from the framework:
Question: Printing in WinUI 3 Desktop · Issue #4419 · microsoft/microsoft-ui-xaml (github.com)
The group header row overlaps the column headers when scrolling to a column that is out of view upon previously resizing the window and the GroupHeaderDisplayMode is Frozen.
"Processing Resources failed" compile-time error is thrown when the following nuget packages are referenced together:
- Telerik.ReportViewer.WinUI
- Telerik.WinUI.Controls
It is enough only to reference the packages and try to build the project.
The error appears also if you try to reference the .dll instead of nuget packages. But only in case the Telerik.WinUI.Controls.dll file is not referenced from the installation folder of the Telerik Reporting product.
Error details:
1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry. 1>WINAPPSDKGENERATEPROJECTPRIFILE : error : PRI222: 0x80073b0f - Unspecified error occurred.
I use a lot of very cool UI controls found in the Telerik UI UP control suite; our customers love these controls:
You guys already know these capabilities don't exist as polished UI controls WinUI 3; we can't adapt and migrate to WinUI 3 / MAUI and lose these excellent presentation and interaction models. What other types of data and information would help your team to prioritize the development of these controls for WinUI 3. I know we can use some WinUI 3 UI control in our WPF apps, but going the other way is impossible.
https://github.com/microsoft/WindowsAppSDK/discussions/465#discussioncomment-395712
Like many other technology companies out there in the wild, we aren't a UI Control development company as core skills focus on other technologies; however, we need the absolute very best 3rd part commercial grade and hi-fidelity UI controls to start with a base. So for us, I'm not going to invest in a UI framework that turns the company into a Telerik - that's not what we do. Yes, we do develop custom controls, but it is the exception.