|
[ Startup.cs ]
public void ConfigureServices(IServiceCollection services)
{
……. …….
services.AddSignalR(e =>
{
e.MaximumReceiveMessageSize = 102400000;
}); …. } |
Hi Dionisio,Sorry for the inconvenience cause.The provided code is applicable for server side Blazor application but you are using client side(WASM) Blazor application. So, it made the compilation problem.And, you are using large size of data source. So, we suggest you to enable the feature “Virtual Scrolling” to avoid such kind of memory problems. But, in the feature, the dynamic data source update isn’t working. So, we considered it as a bug and created a defect report in our data base. And the fix will be available in our weekly patch release which is estimated to be rolled out on (15th April, 2020). Kindly track the bug in the following link.We appreciate your patience until then.Regards,Sivamathi.
Good Evening, i know there is an issue reported already :
will this update will be out on day 15 ?
This situation still happening with the current version - 18.1.0.42
The VirtualScroll is not letting me update the datasource data.
I need to know, for me to decide, if i change from Pivot to Grid