[PR #1348] [MERGED] enforce columnSize min width #2687

Open
opened 2026-01-29 18:20:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1348
Author: @nielsNocore
Created: 1/29/2024
Status: Merged
Merged: 1/30/2024
Merged by: @enchev

Base: masterHead: radzen-enforce-minwidth


📝 Commits (2)

  • 6a0081f shcnaged startColmresize to enforce the min widht property of a column in javascript
  • fa7b0a0 fixed typo,

📊 Changes

2 files changed (+10 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+9 -1)
📝 RadzenBlazorDemos/Pages/DataGridColumnResizing.razor (+1 -1)

📄 Description

changed startColumnResize to enforce the min width property of a column in JavaScript

th min-width is working in chromium based browsers, but not in Firefox and safari (possibly other browsers as wel)
this change will enforce the min width (if set) in the JavaScript resize method. to make min width working.


🔄 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/1348 **Author:** [@nielsNocore](https://github.com/nielsNocore) **Created:** 1/29/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `radzen-enforce-minwidth` --- ### 📝 Commits (2) - [`6a0081f`](https://github.com/radzenhq/radzen-blazor/commit/6a0081fe0a71b016fa065d3119f335cf6d9f71f8) shcnaged startColmresize to enforce the min widht property of a column in javascript - [`fa7b0a0`](https://github.com/radzenhq/radzen-blazor/commit/fa7b0a08e7a5ab82a67e1f26746f267eff3703fa) fixed typo, ### 📊 Changes **2 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+9 -1) 📝 `RadzenBlazorDemos/Pages/DataGridColumnResizing.razor` (+1 -1) </details> ### 📄 Description changed startColumnResize to enforce the min width property of a column in JavaScript th min-width is working in chromium based browsers, but not in Firefox and safari (possibly other browsers as wel) this change will enforce the min width (if set) in the JavaScript resize method. to make min width working. --- <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:20:02 +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#2687