Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!
Thanks for joining our community and helping improve Syncfusion products!
Consider the following scenario:
A grid with dialog edition enabled.
A custom dialog template is defined.
The model has at least one property with no setter.
The user double-clicks on any record in the grid.
Expected:
The grid edition dialog is displayed.
Actual:
System.ArgumentException: Property set method not found.
Additional info:
The problem disappears when a setter is added to the read-only property.
The problem doesn’t occur when the default template is used.