Hi community,
I updated the grid and themes packages for use the SortComparer function on my DataGrid, but after that, i cant compile my solution, the page dont show anything and only found this error on the console of my browser.
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Method not found: bool Syncfusion.Blazor.SyncfusionBlazorService.get_IsRtlEnabled()
System.MissingMethodException: Method not found: bool Syncfusion.Blazor.SyncfusionBlazorService.get_IsRtlEnabled() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
The upgrade was 19.2.0.51 to 19.4.0.55 on both, and i attached the files involve in this problem i think
I got whit the issue, is becouse we have 4 complements on the project, and only upgrade 2 of them (Grids and themes).
The aswer is upgrade all the components, to be in the same version.
Tanks for the help.
Regards!