Rows not show when scrolling with property EnableVirtualization = true

Hi

I have one wasm blazor app with last version of components.

My sfgrid declaration is as follows

        <SfGrid @ref="grid"
                DataSource="@dataSource"
                EnableVirtualization="true"
                RowHeight="20"
                Width="auto"
                Height="@Height"
                AllowExcelExport="true"
                AllowFiltering="true"
                AllowSorting="true"
                AllowReordering="true"
                AllowPaging="false">
...

With version 20.2.0.38, I see a bug when user made scroll in component, blank block appears on top, check my image.

Now If I change EnableVirtualization = "false" or remove this line, this bug not occurs.

Please help!



Attachment: bug_new_34d4c931.rar

1 Reply

SP Sarveswaran Palani Syncfusion Team July 22, 2022 01:47 PM UTC

Hi Jose,


Thanks for contacting Syncfusion support.


We have analyzed your query and created sample based on your requirement using mentioned Grid properties in our latest nuget version. But we’re not able to reproduce the reported issue at our end. So kindly refer the attached sample for your reference. If still you’re facing an issue, please share the following details. It would be helpful for us to proceed further.


  1. Share us the entire Grid code snippet
  2. If possible, reproduce the reported issue in the provided sample
  3. Or share issue reproducible sample


Above request details will be very helpful for us to further validate the reported query at our end and provide solution as easy as possible.


Regards,

Sarveswaran PK


Attachment: SfGridScrolling_1fd3c036.zip

Loader.
Up arrow icon