[PR #1509] [CLOSED] Allow disabling splitter resize client to server invocations #2772

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1509
Author: @iotalambda
Created: 5/17/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 2e34470 Allow disabling splitter resize client to server invocations

📊 Changes

2 files changed (+29 additions, -16 deletions)

View changed files

📝 Radzen.Blazor/RadzenSplitter.razor.cs (+9 -1)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+20 -15)

📄 Description

Fixes #1506. By setting ClientToServerInvocationsOnPaneResize = false, both the freezing problem and infinite memory consumption are gone and splitters resize smoothly, even if the render mode is interactive, there's network lag and there's complex content on the panes.


🔄 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/1509 **Author:** [@iotalambda](https://github.com/iotalambda) **Created:** 5/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2e34470`](https://github.com/radzenhq/radzen-blazor/commit/2e34470603f5fe7928a187c448df8fd8e72b9435) Allow disabling splitter resize client to server invocations ### 📊 Changes **2 files changed** (+29 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSplitter.razor.cs` (+9 -1) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+20 -15) </details> ### 📄 Description Fixes #1506. By setting `ClientToServerInvocationsOnPaneResize = false`, both the freezing problem and infinite memory consumption are gone and splitters resize smoothly, even if the render mode is interactive, there's network lag and there's complex content on the panes. --- <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:25 +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#2772