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