I am trying to use the chart control in multiple views: Meaning not just one window. I create several windows from the main window. It is not call "windows". It is a view.
It looks like the chart control fails:
System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))
at Windows.UI.Xaml.Media.SolidColorBrush.get_Color()
at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.ChangeBrushesAccordingToAppTheme()
at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.PrepareCartesianAxisLineVisual(CartesianAxis axis, ContainerVisual lineContainer, RadRect layoutSlot, AxisType axisType)
at Telerik.UI.X
Is there a way to fix it ?
to understand the concept of multiple views:
https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views
please advise me...
The "Foreground" property does not apply to the RadDatePicker icon .. it only applies to the text even though I followed what this page explains: https://docs.telerik.com/windows-universal/controls/raddatepicker-and-radtimepicker/styling/raddatetimepickers-explicitstyling
My XAML code is the following:
<Custom:RadDatePicker x:Name="FromDatePicker" HorizontalAlignment="Left" ValueChanged="DatePickerValueChange">
<Custom:RadDatePicker.Resources>
<Style TargetType="Custom:RadDatePicker">
<Setter Property="Foreground" Value="Orange"/>
<Setter Property="FontSize" Value="15"/>
<Setter Property="FontStyle" Value="Italic"/>
<Setter Property="Background" Value="Beige"/>
<Setter Property="BorderBrush" Value="Orange"/>
</Style>
</Custom:RadDatePicker.Resources>
</Custom:RadDatePicker>
Attached image of the properties that only my RadDatePicker takes when running the application ..
When using Wrap Layout, with grouping and RowHeight is not default the scrollbar size is incorrectly updated until all elements are measured once.
I'm migrating a LOB desktop Silverlight application to UWP. All of the Telerik UWP controls are designed for mobile. Will there be desktop versions of the controls?
It works nicely with touch, but one would expect to be able to scroll using the mouse wheel on a mouse/kb PC.
Associate datadesriptors to column instance rather than property name to preserve state for all descriptor type after ItemSource change.
Expose constructors of Command contexts allowing setup its properties and call Grid commands manually.
Add the ability to display hierarchical content within the DataGrid
Expose ViewChanged event in order to track the scrollChange, similarly to ScrollViewer Viewchanged.
Provide ability to export the data displayed in the grid to excel.
Provide API to get delta on itemsSource changes in DataBoundComplete event in scenarios like incremental loading, adding, removing, etc.
Expose API that is suitable to bind command directly triggered be pull to refresh.
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.
Create a Project Wizard similar to the one available for Windows Phone suite. (Windows Universal 8.1 and UWP)
Implement ListView interaction on pressed (similar to the UWP SDK control - tilt effect). ID:996216
Implement Pdf processing similar to the one in WPF.
Provide component that is able to read and decode codes from image.
Ability to view and print report documents
Display arbitrary values in axis e.g. accept a list of doubles and display ticks only for these values.