When using implicit styles, we can set a custom font and font sizes globally in C# by using modifying the theme pallette (i.e. Telerik.Windows.Controls.Windows8Palette.Palette.FontSize += 6;). But since this has to be done in C# instead of in the XAML, the changes are not applied at design time for the Visual Studio Designer. This makes it difficult when building the UI as the control sizes will change based on the font and the font size that we have set. It would be nice if we could set the font and font sizes (while using implicit styles) in XAML (or by some other means) so that the VS Designer will size the controls based on the desired font and font size. This would making life much easier when building the UI when using custom fonts.
Expose constructors of Command contexts allowing setup its properties and call Grid commands manually.
When using Wrap Layout, with grouping and RowHeight is not default the scrollbar size is incorrectly updated until all elements are measured once.
Port Image editor from Win 8.1 supporting different form factors.
Allow UWP to use Gantt charts similar if not better than the ones used in WPF
Allow group headers in RadListView to be expanded/collapsed. Added for the StackLayout and GridLayout definitions. Available in the 2018 R2 release.
Range is rendered incorrectly when using negative range values.
Allow the user to define axis ticks origin value. E.g. with Min=-10, Max=100, MajorStep=25, the user should be able to define that the axis will have ticks and labels at 0, 25, 50, 75 and 100 while keeping the minimum value of -10 in range.
Hi, just wondering - is the source code the the sample UWP demo app available? I'm referring to UI for UWP Demos app that is available in the windows app store. Available in the R1 2018 release. The code could be found on the following link: https://github.com/telerik/UI-For-UWP-Demos
Ability to export to Excel/PDF from grid. Any idea when this would be available?
I have a radgrid and when I scroll down it throws this error, but I'm not sure where the error is coming from or how I can help resolve it. This is a UWP app and I'm debugging in VS 2017 15.3 on windows 10 creators edition. System.IndexOutOfRangeException: Index was outside the bounds of the array. at Telerik.UI.Xaml.Controls.Grid.IndexStorage.ValueForIndex(Int32 index, Boolean approximate) at Telerik.Data.Core.Layouts.CompactLayout.UpdateAverageLength(Int32 startIndex, Int32 endIndex) at Telerik.UI.Xaml.Controls.Grid.NodePool`2.MeasureVertically(RadSize availableSize, Double offset, Double bufferScale) at Telerik.UI.Xaml.Controls.Grid.NodePool`2.OnMeasure(RadSize availableSize, Double offset, Int32 frozenEleme
System.Runtime.InteropServices.COMException is thrown when navigating through the child items of the RadialMenuItem. It is easily reproducible when clicking fast to go to the most inner child items of a RadialMenuItem.