DataGrid Fixed Column resizing will show visual white space between fixed columns on specific handeling #1817

Open
opened 2026-01-29 17:58:58 +00:00 by claunia · 0 comments
Owner

Originally created by @Anspitzen on GitHub (Jul 22, 2025).

Describe the bug
When resizing-smaller a fixed Column on RadzenDataGrid with another fixed column to the right the new free space will be white while draging resizing bar. Next fixed column will only snap to smaller space when stop dragging the resize bar. Until then it wil stay hovering where it is while non-fixed columns are moving below it with resizing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Demo page
  2. Make the photo column bigger (that works like intended for some reason)
  3. Now reduce the photo column width again
  4. See error

Expected behavior
The fixed column does follow the resizing also on getting smaller, not only on getting bigger

Screenshots
Image

Desktop (please complete the following information):

  • Browser chrome
  • Version latest on creation

Additional context
The resizing to smaller does work somewhat as long as the drag position is bigger than the last/current stored width.
So dragging the column bigger and again smaller will keep the next column attached like expected as long as the resize width is bigger than the initial. As long as aou are dragging. When going lower than the initial width it will start showing the white space and the next non-fixed column will be following resizing with the whitespace the width of the initial width, going under the fixed stuck column

Originally created by @Anspitzen on GitHub (Jul 22, 2025). **Describe the bug** When resizing-smaller a fixed Column on RadzenDataGrid with another fixed column to the right the new free space will be white while draging resizing bar. Next fixed column will only snap to smaller space when stop dragging the resize bar. Until then it wil stay hovering where it is while non-fixed columns are moving below it with resizing. **To Reproduce** Steps to reproduce the behavior: 1. Go to [Demo page](https://blazor.radzen.com/datagrid) 2. Make the photo column bigger (that works like intended for some reason) 3. Now reduce the photo column width again 4. See error **Expected behavior** The fixed column does follow the resizing also on getting smaller, not only on getting bigger **Screenshots** <img width="1622" height="552" alt="Image" src="https://github.com/user-attachments/assets/9c9ccdac-6870-43f3-acb6-402da9e79dea" /> **Desktop (please complete the following information):** - Browser chrome - Version latest on creation **Additional context** The resizing to smaller does work somewhat as long as the drag position is bigger than the last/current stored width. So dragging the column bigger and again smaller will keep the next column attached like expected as long as the resize width is bigger than the initial. As long as aou are dragging. When going lower than the initial width it will start showing the white space and the next non-fixed column will be following resizing with the whitespace the width of the initial width, going under the fixed stuck column
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1817