[PR #676] Fix the missing call to get the type of the property for the interface #2272

Closed
opened 2026-01-29 18:18:03 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/676

State: closed
Merged: Yes


Fix the missing call to get the type of the property for the interface.

@enchev It seems the "refactor commit" miss calling "GetProperty(property).PropertyTye" to get the property type of the interface.

My previous commit is using "foreach" instead of "linq" as I do not want to call "GetProperty" twice

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/676 **State:** closed **Merged:** Yes --- Fix the missing call to get the type of the property for the interface. @enchev It seems the "refactor commit" miss calling "GetProperty(property).PropertyTye" to get the property type of the interface. My previous commit is using "foreach" instead of "linq" as I do not want to call "GetProperty" twice
claunia added the pull-request label 2026-01-29 18:18:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2272