Unplanned
Last Updated: 18 Jul 2025 10:57 by ADMIN
Scheduled for 2025 Q3
Mario
Created on: 18 Jul 2025 10:56
Type: Bug Report
0
Native Blazor viewer throws “Telerik.Blazor.Components.TelerikWindow does not have a property matching the name ‘Centered’

My project uses the following two dependencies:

  • Telerik.UI.for.Blazor (v9.1.0)
  • Telerik.ReportViewer.BlazorNative (v19.1.25.716)

However, when I build my application and navigate to the page of the Native Blazor report viewer, the following error is thrown:

“Telerik.Blazor.Components.TelerikWindow does not have a property matching the name ‘Centered’.” at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.ThrowForUnknownIncomingParameterName(Type targetType, String parameterName) at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.SetProperties(ParameterView& parameters, Object target) at Microsoft.AspNetCore.Components.ParameterView.SetParameterProperties(Object target) at Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(ParameterView parameters) at Telerik.Blazor.Components.TelerikWindow.SetParametersAsync(ParameterView parameters) at Microsoft.AspNetCore.Components.Rendering.ComponentState.SupplyCombinedParameters(ParameterView directAndCascadingParameters)

0 comments