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!

2
Votes
When defining an actionComplete callblack for the grid, an exception at runtime will be thrown each time a row has been added or edited.

To reproduce:
1. Set an empty actionComplete callback for the Grid.
2. Allow editing for the Grid.
3. Edit a row at runtime and the following exceptions will be thrown:

Converting circular structure to JSON
    --> starting at object with constructor 't'
    |     property 'properties' -> object with constructor 'Object'
    |     property 'fields' -> object with constructor 't'
    --- property 'parentObj' closes the circle
TypeError: Converting circular structure to JSON
    --> starting at object with constructor 't'
    |     property 'properties' -> object with constructor 'Object'
    |     property 'fields' -> object with constructor 't'
    --- property 'parentObj' closes the circle
    at JSON.stringify (<anonymous>)
    at Object.cleanStringify (http://localhost:52299/_content/Syncfusion.EJ2.RazorComponents/ejs.introp.js:163:21)
    at Object.triggerEJEvents (http://localhost:52299/_content/Syncfusion.EJ2.RazorComponents/ejs.introp.js:149:91)
    at e.notify (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:426526)
    at t.e.trigger (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:428751)
    at t.e.endEdit (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:6156759)
    at t.endEdit (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:6185668)
    at e.endEditing (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:6191738)
    at e.endEdit (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:6190969)
    at t.endEdit (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:5913466)
throwError @ ejs.introp.js:207
triggerEJEvents @ ejs.introp.js:155
e.notify @ treemap.ts:2
e.trigger @ treemap.ts:2
e.endEdit @ treemap.ts:2
t.endEdit @ treemap.ts:2
e.endEditing @ treemap.ts:2
e.endEdit @ treemap.ts:2
t.endEdit @ treemap.ts:2
e.btnClick @ treemap.ts:2

treemap.ts:2 Uncaught TypeError: Cannot read property 'filter' of undefined
    at t.e.destroy (treemap.ts:2)
    at t.destroy (treemap.ts:2)
    at e.destroyForm (treemap.ts:2)
    at t.e.destroyElements (treemap.ts:2)
    at t.e.requestSuccess (treemap.ts:2)
    at t.e.editSuccess (treemap.ts:2)
    at t.e.editHandler (treemap.ts:2)
    at e.notify (treemap.ts:2)
    at t.notify (treemap.ts:2)
    at e.crudActions (treemap.ts:2)