You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in the current version 9.5.1 the DataGridMaxHeigh property is missing.
Also, the code compiles but gives an Error at runtime! (in firefox developer log) Error: System.InvalidOperationException: Object of type 'Blazorise.DataGrid.DataGrid1[[MyType, MyNamespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' does not have a property matching the name 'DataGridMaxHeigh'.
Also: shouldnt there also be an DataGridMinHeigh property?
When setting Virtualize="true"style="height: 500px; max-height: 500px is added To Reproduce
Steps to reproduce the behavior:
Create a DataGrid like in the screenshot above.
Run Project
See error
Expected behavior DataGridMaxHeigh shouldn't be missing.
Also please provide a sample code or point us to a minimalistic GitHub repo
Screenshots
see Screenshot above
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When Setting
Virtualize="true"
on DataGridFixedHeaderDataGridHeight=""
and
FixedHeaderDataGridMaxHeight=""
are ignored.
In https://blazorise.com/docs/extensions/datagrid/getting-started you list
DataGridMaxHeigh
Sets the DataGrid height when Virtualize feature is enabled.But in the current version 9.5.1 the
DataGridMaxHeigh
property is missing.Also, the code compiles but gives an Error at runtime! (in firefox developer log)
Error: System.InvalidOperationException: Object of type 'Blazorise.DataGrid.DataGrid1[[MyType, MyNamespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' does not have a property matching the name 'DataGridMaxHeigh'.
Also: shouldnt there also be an
DataGridMinHeigh
property?When setting
Virtualize="true"
style="height: 500px; max-height: 500px
is addedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
DataGridMaxHeigh
shouldn't be missing.Also please provide a sample code or point us to a minimalistic GitHub repo
Screenshots
see Screenshot above
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: