MudBlazor/MudBlazor
View on GitHubMudDataGrid loses ability to scroll when Sticky is enabled along with Virtualize
Open
#7,709 opened on Oct 30, 2023
bughelp wanted
Repository metrics
- Stars
- (10,394 stars)
- PR merge metrics
- (Avg merge 6d 6h) (108 merged PRs in 30d)
Description
Bug type
Component
Component name
MudDataGrid
What happened?
Hello,
I have sort of odd issue.
When I try to use StickyLeft="true" or StickyRight="true" to any of the PropertyColumn tags along side of attribute Virtualize="true" and ColumnResizeMode="ResizeMode.Container" attributes in MudDataGrid tag, the data grid losses ability to scroll. It is possible to view the issue in Reproduction link
Expected behavior
I expect to scroll over x and y axis when sticky attribute is enabled.
Reproduction link
https://try.mudblazor.com/snippet/GumHlkHkxiLSlkiU
Reproduction steps
- Add
MudDataGridcomponent - Add attribute
Virtualize,Height,FixedHeader, 'ColumnResizeMode' - Add inside of
MudDataGridcomponent addColumnstag - Add inside of Columns tag few
PropertyColumntags and one of them add attributeStickyLeftorStickyRight - Now you can only navigate via
xaxis but not viayaxis
Relevant log output
No response
Version (bug)
6.11.0
Version (working)
No response
What browsers are you seeing the problem on?
Microsoft Edge
On what operating system are you experiencing the issue?
Windows
Pull Request
- I would like to do a Pull Request
Code of Conduct
- I agree to follow this project's Code of Conduct