Completed
Last Updated: 21 Aug 2026 11:32 by ADMIN
Release 15.0.0
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. 

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" />'

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