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" />'
' SeverityCountData ContextBinding PathTargetTarget TypeDescriptionFileLineProject Error1InfoPageViewModelHeaderTextLabel.TextString'HeaderText' property not found on 'UI.CST.ViewModels.Pages.InfoPageViewModel', target property: 'Microsoft.Maui.Controls.Label.Text' Error1InfoPageViewModelActualWidthRadBorder.MinimumWidthRequestDouble'ActualWidth' property not found on 'UI.CST.ViewModels.Pages.InfoPageViewModel', target property: 'Telerik.Maui.Controls.RadBorder.MinimumWidthRequest' '