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
Describe the bug
The grid that I use sometimes (depending on the data displayed) expands x-wise. That's why i want it to be responsive. I have set Responsive="true", but the grid still isn't responsive.
I have tried wrapping the grid in <div class="table-responsive"> but with no result.
The result is the same no matter which browser I try (Edge, Chrome, Firefox).
Expected behavior
The grid should be contained within a div/container that allows the user to side-scroll content, if grid data extends the native viewport.
Screenshots
Actual result (there are columns to the right that are not visible, due to grid not being responsive)
Versions (please complete the following information):
Describe the bug
The grid that I use sometimes (depending on the data displayed) expands x-wise. That's why i want it to be responsive. I have set
Responsive="true"
, but the grid still isn't responsive.I have tried wrapping the grid in
<div class="table-responsive">
but with no result.The result is the same no matter which browser I try (Edge, Chrome, Firefox).
Expected behavior
The grid should be contained within a div/container that allows the user to side-scroll content, if grid data extends the native viewport.
Screenshots
Actual result (there are columns to the right that are not visible, due to grid not being responsive)
Versions (please complete the following information):
Sample code
GitHub repo
None
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: