Unplanned
Last Updated: 01 Oct 2025 11:31 by SturmA
SturmA
Created on: 01 Oct 2025 11:31
Category: UI for ASP.NET Core
Type: Bug Report
1
AmbiguousMatchException when model has shadowed properties in inheritance hierarchy

Bug report

Editor components throw AmbiguousMatchException when bound with models that have property shadowing in inheritance hierarchies.

Reproduction of the problem

  1. Create a model hierarchy where a derived class shadows a base class property with new keyword
  2. Bind the Editor component with the shadowed property
  3. Exception is thrown during reflection

Current behavior

(optional)
The components should handle property shadowing gracefully and generate the appropriate HTML input element.

Expected/desired behavior

AmbiguousMatchException is thrown when trying to bind the component to the shadowed property.

TicketID:

1699473

Environment

  • Kendo UI version: 2025.3.825
  • Browser: [all]
0 comments