Hello,
I have a grid with a custom data adaptor. Add, update, and delete operations do not occur if I add an event handler for the grid's "Created" event. This is true even if the event handler does nothing. The grid displays the spinner after an add, update, or delete, but does not call the related function in the data adaptor and the spinner never goes away.
A sample program is attached with a page that works (with no "Created" event handler) and a page that does not work (with a "Created" event handler). The pages are otherwise the same.
Please advise on how to use both a custom data adaptor and a "Created" event handler.
Thank you,
Brian
Attachment:
BlazorTestApp_fe24a240.zip