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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Consider the following scenario:

  1. A grid with dialog edition enabled.

  2. A custom dialog template is defined.

  3. The model has at least one property with no setter.

  4. 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.

See the attached sample app for an example (read-only property is OrderID).