Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
In Blazor WASM the error is explicit (See screenshot below)
In Blazor Server the issue will lead to a different console error but the app will throw a similar error:
JsonReaderException: 'e' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
From the stack the error actually originates from the paginator.Paginate(0); call which is quite odd, but it's possible the issue is with that component's API
In Blazor WASM the error is explicit (See screenshot below) In Blazor Server the issue will lead to a different console error but the app will throw a similar error:
JsonReaderException: 'e' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
WASM
Server:
Download attached Server sample IgniteIgbGridSample2 (2).zip
Run sample, click Fetch Data in the nav tree
Move a column to a different position
Navigate away from the sample by clicking Counter or Home
Click back to Fetch Data
Click Restore Grid State
Here is a comparison of the two WASM / Server side by side (WASM left, Server Right) including the server's stacktrace