Hi Tomasz,
Sorry for delay in get back to you.
Query: hierarchy grid expanding speed.
We have validated your query and we can able to notice some delay while expanding hierarchy grid in version 18.2.0.59. Recently, dotnet team announced .Net 5.0 RC1 update. In this update, dotnet team improved the performance for web assembly. Find the below link for reference.
We have also provided support for .Net 5.0 RC1 update from 18.3.0.35 version(from volume 3 release). We have checked the reported problem in .Net 5.0 RC1 and Syncfusion NuGet version 18.3.0.35 version. The reported delay was reduced and it will open without any noticeable delay.
Note: This sample is created with .Net 5.0 RC1 update with Syncfusion NuGet version 18.3.0.35. You need to run this sample from latest Visual Studio Preview application.
Query: virtual scroll jumping problem – empty space in top and bottom.
We have checked the reported case in the provided video demonstration. To resolve this problem, we suggest you to set the page size should be two times larger than the number of visible rows in the Grid.
The page size provided must be two times larger than the number of visible rows in the datagrid.
<SfGrid DataSource="@((context as SensorDataModel).SensorReadings)" Height="500px" >
<GridPageSettings PageSize="30"></GridPageSettings>
. . .
</SfGrid> |
Query: virtual scroll height in percentage problem
When setting the grid height in percentage, then you need to set the desired Height(static height) to parent container of the grid. So, could you please ensure this case and check the scenario at your end.
<div style="height: 700px">
<SfGrid DataSource="@((context as SensorDataModel).SensorReadings)" Height="100%" EnableVirtualization="true">
. . .
</SfGrid>
</div> |
Reference:
Query: virtualization lagging problem
For this same case, we have considered this requirement “Need to provide support for virtualization with masked rows” as an improvement feature and added this feature request to our database. This feature will be included in any of our upcoming release. You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.
Please let us know if you have any concerns.
Regards,
Rahul