Unplanned
Last Updated: 31 Jan 2024 02:50 by Fred
Jamison
Created on: 07 Apr 2023 09:20
Category: DataGrid
Type: Bug Report
7
SDK Browser: [WinUI] Xaml Binding errors in DataGrid examples

When navigating to DataGrid examples, xaml binding errors occur for ActualWidth and Header Text. 

Still, the app runs as expected. 

1 comment
Fred
Posted on: 31 Jan 2024 02:50

This appears to be an error whenever a data grid is added to a page 

' <telerik:RadDataGrid x:Name="DataGrid" />'

'
Severity Count Data Context Binding Path Target Target Type Description File Line Project
Error 1 InfoPageViewModel HeaderText Label.Text String 'HeaderText' property not found on 'UI.CST.ViewModels.Pages.InfoPageViewModel', target property: 'Microsoft.Maui.Controls.Label.Text'
Error 1 InfoPageViewModel ActualWidth RadBorder.MinimumWidthRequest Double 'ActualWidth' property not found on 'UI.CST.ViewModels.Pages.InfoPageViewModel', target property: 'Telerik.Maui.Controls.RadBorder.MinimumWidthRequest'
'