Pending Review
Last Updated: 22 Jun 2018 10:20 by ADMIN
ADMIN
Created by: Vladislav
Comments: 0
Category: UI for UWP
Type: Bug Report
4
We have a simple RadDataBoundListBox filled with some elements.
We try to show/scroll to some specific element using the "BringIntoView" method.

EXPECTED result: The specified element should be shown.
ACTUAL result: Depending on the initial condition (if any manual scroll is performed in the RadDataBoundListBox or not), the result is:
- blank/empty RadDataBoundListBox if no manual scroll was performed
- Scroll to some element (usually "near" the requested one), but not exactly to the desired one, if there was some scrolling before invocation of the BringIntoView.
Unplanned
Last Updated: 22 Jun 2018 11:14 by Paweł
Stack trace:

Type: KeyNotFoundException

Message: Arg_KeyNotFound
   at Telerik.Data.Core.Layouts.StaggeredRenderInfo.PhysicalOffsetFromSlot(Int32 slot)
   at Telerik.Data.Core.Layouts.StaggeredLayout.PhysicalOffsetFromSlot(Int32 slot)
   at Telerik.UI.Xaml.Controls.Data.ListViewModel.ScrollIndexIntoView(UI.Xaml.Controls.Primitives.ScrollIntoViewOperation<System.Nullable<Telerik.Data.Core.Layouts.ItemInfo>> operation)
   at Telerik.UI.Xaml.Controls.Data.ListViewModel.<>c__DisplayClass55_0.<ScrollIndexIntoViewCore>b__0()
   at System.Action.Invoke()
   at Telerik.UI.Xaml.Controls.Primitives.DelegateUpdate<Telerik.UI.Xaml.Controls.Grid.UpdateFlags>.Process()
   at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.ProcessUpdatesQueue()
   at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.DispatchUpdates()
   at Telerik.UI.Xaml.Controls.Primitives.UpdateServiceBase<Telerik.UI.Xaml.Controls.Data.ListView.UpdateFlags>.OnUpdateCallback()

Version of Telerik.UI.for.UniversalWindowsPlatform 1.0.0.3
Completed
Last Updated: 16 Oct 2018 07:06 by Sébastien
Completed
Last Updated: 16 Oct 2018 07:10 by Paul
Completed
Last Updated: 19 Jan 2018 07:36 by ADMIN
When you try to resize the column through the header thumb, there is a minimum width set to 100. We should consider making the mechanism consider the minimum column width set.

Double-clicking the thumb results in the correct behavior.

Available in the R1 2018 release. 
Unplanned
Last Updated: 22 Jun 2018 08:31 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for UWP
Type: Bug Report
2
In some specific scenarios, scrolling the RadDataGrid results in IndexOutOfRangeException

Exception = {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 startInde...
Completed
Last Updated: 19 Jan 2018 07:34 by ADMIN
Available in the R1 2018 release. 
Completed
Last Updated: 16 Oct 2018 07:06 by Miquel
Unplanned
Last Updated: 22 Jun 2018 08:51 by ADMIN
See this Screencast for a short video of the issue at runtime: https://www.screencast.com/t/YXm6xOtO 

Here's the code to reproduce: 

<grid:RadDataGrid ItemsSource="{x:Bind ViewModel.DataItems, Mode=OneWay}"
                  UserGroupMode="Disabled"
                  UserFilterMode="Disabled"
                  UserColumnReorderMode="None"
                  UserSortMode="None"
                  AutoGenerateColumns="False"
                  GridLinesVisibility="Horizontal">
    <grid:RadDataGrid.Columns>
        <grid:DataGridNumericalColumn Header="1"
                                      PropertyName="Key"
                                      SizeMode="Auto" />
        <grid:DataGridTextColumn Header="2"
                                 PropertyName="First"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="3"
                                 PropertyName="Second"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="Stretchy"
                                 PropertyName="Stretch"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="5"
                                 PropertyName="SecondLast"
                                 SizeMode="Auto" />
        <grid:DataGridTextColumn Header="6"
                                 PropertyName="Last"
                                 SizeMode="Auto" />
        <grid:DataGridNumericalColumn Header="7"
                                      PropertyName="Count"
                                      SizeMode="Auto" />
    </grid:RadDataGrid.Columns>
</grid:RadDataGrid>

Unplanned
Last Updated: 09 Aug 2018 10:46 by ADMIN
Completed
Last Updated: 22 Jan 2018 15:36 by Vincent
Unplanned
Last Updated: 23 Nov 2017 08:08 by ADMIN
In a scenario where you have lots of columns so that a horizontal scrollbar is present and you try to resize columns which are not visible at the beginning(need to scroll to view them) ->  the resizing is not working as expected and the view is jumping. 

Unplanned
Last Updated: 03 Oct 2018 07:13 by Didi
ADMIN
Created by: Didi
Comments: 0
Category: UI for UWP
Type: Bug Report
1

			
Unplanned
Last Updated: 22 Nov 2018 08:12 by Didi
Pending Review
Last Updated: 13 Mar 2019 23:01 by ADMIN

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 ..

Unplanned
Last Updated: 20 May 2020 07:57 by ADMIN
When the SelectionMode is set to Extended and we try to select items that are not currently visible using Shift + press only the Rows that are currently visible are selected.
Unplanned
Last Updated: 03 May 2023 13:08 by Sébastien
TelerikChartAxisBorderBrush is not applied when setting in Dark Light ThemeResources from the Telerik Theme Resources https://docs.telerik.com/devtools/universal-windows-platform/common/teleriknamedbrushes 
Completed
Last Updated: 22 Jun 2018 10:30 by Miquel
Completed
Last Updated: 22 Jun 2018 10:30 by ADMIN
1 2 3 4