Blazor server Grid throw System.InvalidOperationException exception
New DiscussionI have build a blazor server application and followed example given at https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/data-grid-cell-editing
I have set grid edit to “CellBatch” and whenever i click either (commit/undo/redo) button, application is throwing “System.InvalidOperationException: ‘cannot synchronously invoke a method without IJSInProcessRuntime'” exception.
Can you let us know what wrong i am doing. I just copied your sample. Or let us know if you have any other sample application for Blazor server with batch edit grid.
Attached is screen shot of error.
I also notice that if i create Blazor WebAssembly App, than same code work correctly. Looks like this grid not build to work with Blazor server at this time.
Correct me if i am wrong.