This is a migrated thread and some comments may be shown as answers.

RadDataGrid does not work after update Win 10 to 1809 (17763)

2 Answers 141 Views
DataGrid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
István
Top achievements
Rank 1
István asked on 03 Oct 2018, 02:37 PM

Dear Telerik Team!

After upgrading Windows 10 to 1809 (17763), RadDataGrid control does not work any more in my dev environment.

If I targeting version to 17763 in visual studio I get the following exception:

Cannot deserialize XBF metadata type list as 'RadDataGrid' was not found in namespace 'Telerik.UI.Xaml.Controls.Grid'. [Line: 0 Position: 0]

When I targeting project down to 17134 RadDataGrid works as expected.

Uninstalling and reinstalling Telerik.UI.for.UniversalWindowsPlatform nuget package didn't help.

Visual Studio Version: 15.8.6

Tested simple XAML:

 

<Page
    x:Class="Test02.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:grid="using:Telerik.UI.Xaml.Controls.Grid"
    mc:Ignorable="d">
    <Grid>
        <grid:RadDataGrid></grid:RadDataGrid>
    </Grid>
</Page>

 

Thank you for your support in advance!

Regards,

István Körmöndi

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Lance | Senior Manager Technical Support
Telerik team
answered on 03 Oct 2018, 06:04 PM
Hello István,

Because this issue is occurring with the open-source version of UI for UWP, we'll need to continue the investigation in the GitHub repo.

For your convenience, I've created the issue for you: https://github.com/telerik/UI-For-UWP/issues/324

Regards,
Lance | Tech Support Engineer, Sr.
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
István
Top achievements
Rank 1
answered on 03 Oct 2018, 06:20 PM
Hello Lance!
 
Thank you for your support!
Tags
DataGrid
Asked by
István
Top achievements
Rank 1
Answers by
Lance | Senior Manager Technical Support
Telerik team
István
Top achievements
Rank 1
Share this question
or