[PR #2364] [CLOSED] Set default MinWidth to 80px to prevent columns from disappearin… #3221

Closed
opened 2026-01-29 18:22:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2364
Author: @s7788
Created: 11/24/2025
Status: Closed

Base: masterHead: patch-2


📝 Commits (2)

  • 3da4c2c fix: Set default MinWidth to 80px to prevent columns from disappearing when resized
  • f35ed49 Fix MinWidth default value formatting

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenDataGridColumn.razor.cs (+1 -1)

📄 Description

issue

When resizing columns to minimum width, they could shrink to zero and
become completely hidden with no way to restore them.

fix

Setting a default MinWidth of 80px ensures columns remain visible and interactive while
still allowing user customization.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/2364 **Author:** [@s7788](https://github.com/s7788) **Created:** 11/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`3da4c2c`](https://github.com/radzenhq/radzen-blazor/commit/3da4c2cef46c79033c53675d89688592d4a75551) fix: Set default MinWidth to 80px to prevent columns from disappearing when resized - [`f35ed49`](https://github.com/radzenhq/radzen-blazor/commit/f35ed4945e38bdfe1c580f5fe9f499425e6c060c) Fix MinWidth default value formatting ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDataGridColumn.razor.cs` (+1 -1) </details> ### 📄 Description ## issue When resizing columns to minimum width, they could shrink to zero and become completely hidden with no way to restore them. ## fix Setting a default MinWidth of 80px ensures columns remain visible and interactive while still allowing user customization. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:22:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#3221