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 ..
Add a setter for the AutoCompleteBox's SelectedItem property.
For example, to use different keys than the default arrow keys to switch from day -> month -> year in DatePicker
Enable drag and drop between cells of different rows in the DataGrid for UWP. Or a way we can develop it ourselfs.
When the DataGrid is grouped, show the column headers in the group header and allow for aggregates like Sum
It should be similar like the RealizedItemsVerticalBufferScale, but to work for the horizontal part of the ViewPort.
When you have several series(ScatterLineSeries reported but it happens with others as well) in the RadCartesianChart and you clear the Items of one of them by calling the Clear() method - the line is not redrawn and it shows the old data.
When using shp and dbf files with ~130MB size, it takes minutes to load the map