Hello Syncfusion-Team,
I tried to set the RowHeight according to documentation, but got errors. It took me some time to find out what the root cause is.
Using "RowHeight" together with "EnableVirtualization="true"" brings up this error:
blazor.server.js:19 [2021-04-26T04:18:02.130Z] Error: System.FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Number.ParseInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at Syncfusion.Blazor.Grids.Internal.VirtualScroll`1.RemovePx(String WidthOrHeight)
at Syncfusion.Blazor.Grids.Internal.VirtualScroll`1.EnsurePageSize()
at Syncfusion.Blazor.Grids.Internal.VirtualScroll`1.VirtualLoadListener(Object args)
at Syncfusion.Blazor.Grids.Internal.EventAggregator.<>c__DisplayClass2_0.<Notify>b__0(Action`1 handler)
at System.Collections.Generic.List`1.ForEach(Action`1 action)
at Syncfusion.Blazor.Grids.Internal.EventAggregator.Notify(String name, Object args)
at Syncfusion.Blazor.Grids.Internal.Preloader`1.OnParametersSetAsync()
at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)
Please have a look at the issue.
Best regards
Michael