Data Grid - Resizing bug #266

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

Originally created by @Matthewsre on GitHub (Nov 30, 2021).

Describe the bug
All columns resizing when either clicking on the resize or clicking and dragging. This seems to happen with less columns then the width being viewed.

To Reproduce
Steps to reproduce the behavior:

  1. In the DataGridColumnResizingPage.razor page of the RadzenBlazorDemos sample project, delete all of the RadzenDataGridColumns after LastName. (Leaving only EmployeeId, Photo, FirstName, and LastName)
  2. Click to resize any column
  3. Column resizing jumps around and all columns adjust together

This will also resize columns that have Resizable="false" set and a different column is resized (To repro set the EmployeeId column with Resizable="false").

Originally created by @Matthewsre on GitHub (Nov 30, 2021). **Describe the bug** All columns resizing when either clicking on the resize or clicking and dragging. This seems to happen with less columns then the width being viewed. **To Reproduce** Steps to reproduce the behavior: 1. In the DataGridColumnResizingPage.razor page of the RadzenBlazorDemos sample project, delete all of the RadzenDataGridColumns after LastName. (Leaving only EmployeeId, Photo, FirstName, and LastName) 2. Click to resize any column 3. Column resizing jumps around and all columns adjust together This will also resize columns that have Resizable="false" set and a different column is resized (To repro set the EmployeeId column with Resizable="false").
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#266