Skip to content

Conversation

Jawin-SF4519
Copy link
Contributor

Hi Team,
978718 - How to Render Large Diagram Data in Blazor Server by Increasing SignalR Message Size Limit


<!-- Diagram Section -->
<div id="diagram-space" style="flex-grow: 1;">
<SfDiagramComponent Height="700px" @ref="@diagram" @bind-Nodes="@nodes" @bind-Connectors="@connectors" Created="Oncreate" EnableChunkMessages="true" GetCustomTool="GetCustomTool">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change the proper variable name.
nodes -> Nodes
connectors -> Connectors
Oncreate -> OnCreated

@SuganthiK963 SuganthiK963 merged commit 6a00988 into SyncfusionExamples:master Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants