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.
2 comments
ADMIN
Didi
Posted on:21 Aug 2026 11:32
Hi all,
This behavior is tested with latest Telerik MAUI version 15.0.0 and .NET 10 and no issues. The errors do not appear in the error list and in the output window.
Test on your side and if you have further comments let me know.
Regards,
Didi
Progress Telerik
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' '