Skip to content

Commit b4e40cc

Browse files
authored
Merge branch 'development' into ES-982382-NodeDragRes
2 parents ce32813 + d92e737 commit b4e40cc

File tree

263 files changed

+18791
-5335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+18791
-5335
lines changed

blazor-toc.html

Lines changed: 69 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@
6767
<li>
6868
<a href="/blazor/getting-started/razor-class-library">Razor Class Library in Visual Studio</a>
6969
</li>
70+
<li>
71+
UI Kit
72+
<ul>
73+
<li><a href="/blazor/ui-kit/overview">Overview</a></li>
74+
<li><a href="/blazor/ui-kit/getting-started">Getting Started</a></li>
75+
<li><a href="/blazor/ui-kit/build-your-first-blazor-app-with-blocks">Build your first Blazor app with our blocks</a></li>
76+
</ul>
77+
</li>
78+
<li>Tutorials
79+
<ul>
80+
<li>
81+
<a href="/blazor/tutorials/build-a-blazor-stay-reservation-app">Build a Blazor Stay Reservation App</a>
82+
</li>
83+
</ul>
84+
</li>
7085
<li>Using Syncfusion.Blazor NuGet
7186
<ul>
7287
<li><a href="/blazor/getting-started/blazor-web-app-single-nuget">Blazor Web App</a></li>
@@ -133,25 +148,11 @@
133148
</li>
134149
</ul>
135150
</li>
136-
<li>
137-
UI Kit
138-
<ul>
139-
<li><a href="/blazor/ui-kit/overview">Overview</a></li>
140-
<li><a href="/blazor/ui-kit/getting-started">Getting Started</a></li>
141-
<li><a href="/blazor/ui-kit/build-your-first-blazor-app-with-blocks">Build your first Blazor app with our blocks</a></li>
142-
</ul>
143-
</li>
144-
<li>Tutorials
145-
<ul>
146-
<li>
147-
<a href="/blazor/tutorials/build-a-blazor-stay-reservation-app">Build a Blazor Stay Reservation App</a>
148-
</li>
149-
</ul>
150-
</li>
151151
<li>AI Coding Assistant
152152
<ul>
153153
<li><a href="/blazor/ai-coding-assistant/overview">Overview</a></li>
154154
<li><a href="/blazor/ai-coding-assistant/mcp-server">MCP Server</a></li>
155+
<li><a href="/blazor/ai-coding-assistant/prompt-library">Prompt Library</a></li>
155156
</ul>
156157
</li>
157158
<li>Smart (AI) Solutions
@@ -764,6 +765,9 @@
764765
<li>
765766
<a href="/blazor/accumulation-chart/title-and-sub-title">Title and Subtitle</a>
766767
</li>
768+
<li>
769+
<a href="/blazor/accumulation-chart/gradient">Gradient</a>
770+
</li>
767771
<li>
768772
<a href="/blazor/accumulation-chart/chart-print">Print and Export</a>
769773
</li>
@@ -954,6 +958,42 @@
954958
</li>
955959
</ul>
956960
</li>
961+
<li>Block Editor
962+
<ul>
963+
<li>Getting Started
964+
<ul>
965+
<li>
966+
<a href="/blazor/blockeditor/getting-started-web-app">Blazor Web App</a>
967+
</li>
968+
<li>
969+
<a href="/blazor/blockeditor/getting-started-wasm-app">Blazor WASM App</a>
970+
</li>
971+
</ul>
972+
</li>
973+
<li><a href="/blazor/blockeditor/built-in-blocks/built-in-blocks">Built-in Blocks</a>
974+
<ul>
975+
<li><a href="/blazor/blockeditor/built-in-blocks/typography">Typography</a></li>
976+
<li><a href="/blazor/blockeditor/built-in-blocks/table-block">Table Blocks</a></li>
977+
<li><a href="/blazor/blockeditor/built-in-blocks/list-types">List-Types</a></li>
978+
<li><a href="/blazor/blockeditor/built-in-blocks/inline-content">Inline Content</a></li>
979+
<li><a href="/blazor/blockeditor/built-in-blocks/embed">Embeds</a></li>
980+
</ul>
981+
</li>
982+
<li><a href="/blazor/blockeditor/editor-menus">Editor Menus</a></li>
983+
<li><a href="/blazor/blockeditor/paste-cleanup">Paste Cleanup</a></li>
984+
<li><a href="/blazor/blockeditor/undo-redo">Undo and redo</a></li>
985+
<li><a href="/blazor/blockeditor/globalization">Globalization</a></li>
986+
<li><a href="/blazor/blockeditor/keyboard-shortcuts">Keyboard Shortcuts</a></li>
987+
<li><a href="/blazor/blockeditor/appearance">Appearance</a></li>
988+
<li><a href="/blazor/blockeditor/events">Events</a></li>
989+
<li>Editor Security
990+
<ul>
991+
<li><a href="/blazor/blockeditor/editor-security/cross-site-script">Cross-Site Scripting</a></li>
992+
<li><a href="/blazor/blockeditor/editor-security/read-only-mode">Controlling Editor Access</a></li>
993+
</ul>
994+
</li>
995+
</ul>
996+
</li>
957997
<li>Breadcrumb
958998
<ul>
959999
<li>Getting Started
@@ -1461,6 +1501,9 @@
14611501
<li>
14621502
<a href="/blazor/chart/trend-lines">Trendlines</a>
14631503
</li>
1504+
<li>
1505+
<a href="/blazor/chart/gradient">Gradient</a>
1506+
</li>
14641507
<li>
14651508
<a href="/blazor/chart/internationalization">Internationalization</a>
14661509
</li>
@@ -1541,6 +1584,7 @@
15411584
<li><a href="/blazor/chat-ui/mention">Mention Integration</a></li>
15421585
<li><a href="/blazor/chat-ui/header">Header</a></li>
15431586
<li><a href="/blazor/chat-ui/footer">Footer</a></li>
1587+
<li><a href="/blazor/chat-ui/file-attachments">File attachments</a></li>
15441588
<li><a href="/blazor/chat-ui/templates">Templates</a></li>
15451589
<li><a href="/blazor/chat-ui/speech-to-text">Speech to Text</a></li>
15461590
<li><a href="/blazor/chat-ui/appearance">Appearance</a></li>
@@ -3708,6 +3752,7 @@
37083752
<li> <a href="/blazor/numeric-textbox/how-to/customize-the-spin-buttons-up-and-down-arrow">Customize the spin button’s up and down arrow</a></li>
37093753
<li> <a href="/blazor/numeric-textbox/how-to/customize-the-step-value-and-hide-spin-buttons">Customize the step value and hide spin buttons</a></li>
37103754
<li> <a href="/blazor/numeric-textbox/how-to/numeric-textbox-model-binding">Numeric Textbox Model Binding</a></li>
3755+
<li> <a href="/blazor/numeric-textbox/how-to/disable-mouse-wheel-in-numeric-textbox-component">Disable Mouse Wheel in NumericTextBox</a></li>
37113756
</ul>
37123757
</li>
37133758
<li>
@@ -3934,6 +3979,7 @@
39343979
<li> <a href="/blazor/query-builder/import-export">Importing and Exporting</a></li>
39353980
<li> <a href="/blazor/query-builder/lock-group-rule">Lock Group/Rule</a></li>
39363981
<li> <a href="/blazor/query-builder/clone-group-rule">Clone Group/Rule</a></li>
3982+
<li> <a href="/blazor/query-builder/events">Events</a></li>
39373983
<li> <a href="/blazor/query-builder/localization">Localization</a></li>
39383984
<li> <a href="/blazor/query-builder/style-and-appearance">Styles and Appearances</a></li>
39393985
<li> <a href="/blazor/query-builder/accessibility">Accessibility</a></li>
@@ -4156,6 +4202,7 @@
41564202
<li><a href="/blazor/rich-text-editor/tools/table-manipulation">Table manipulation</a></li>
41574203
<li><a href="/blazor/rich-text-editor/tools/code-block">Code Block</a></li>
41584204
<li> <a href="/blazor/rich-text-editor/paste-cleanup">Paste Clean-up</a></li>
4205+
<li> <a href="/blazor/rich-text-editor/clipboard-cleanup">Clipboard Clean-up</a></li>
41594206
<li> <a href="/blazor/rich-text-editor/enter-key">Enter Key Configuration</a></li>
41604207
<li> <a href="/blazor/rich-text-editor/undo-redo-manager">Undo Redo Manager</a></li>
41614208
<li> <a href="/blazor/rich-text-editor/import-and-export">Import/Export</a></li>
@@ -4545,6 +4592,7 @@
45454592
<li> <a href="/blazor/stock-chart/panning">Panning</a></li>
45464593
<li> <a href="/blazor/stock-chart/range-selector">Range Selector</a></li>
45474594
<li> <a href="/blazor/stock-chart/appearance">Appearance</a></li>
4595+
<li> <a href="/blazor/stock-chart/gradient">Gradient</a></li>
45484596
<li> <a href="/blazor/stock-chart/export-print">Print and Export</a></li>
45494597
<li> <a href="/blazor/stock-chart/accessibility">Accessibility</a></li>
45504598
<li> <a href="/blazor/stock-chart/events">Events</a></li>
@@ -4822,6 +4870,7 @@
48224870
</li>
48234871
<li> <a href="/blazor/treegrid/data-binding">Data Binding</a></li>
48244872
<li> <a href="/blazor/treegrid/custom-binding">Custom Binding</a></li>
4873+
<li> <a href="/blazor/treegrid/graphql">GraphQL Adaptor</a></li>
48254874
<li>
48264875
<a href="/blazor/treegrid/columns/columns">Columns</a>
48274876
<ul>
@@ -4830,6 +4879,7 @@
48304879
<li><a href="/blazor/treegrid/columns/column-template">Column Template</a></li>
48314880
<li><a href="/blazor/treegrid/columns/column-reorder">Column Reorder</a></li>
48324881
<li><a href="/blazor/treegrid/columns/column-menu">Column Menu</a></li>
4882+
<li><a href="/blazor/treegrid/columns/column-spanning">Column Spanning</a></li>
48334883
</ul>
48344884
</li>
48354885
<li>
@@ -4839,6 +4889,7 @@
48394889
<li><a href="/blazor/treegrid/rows/row-template">Row Template</a></li>
48404890
<li><a href="/blazor/treegrid/rows/detail-template">Detail Template</a></li>
48414891
<li><a href="/blazor/treegrid/rows/row-drag-and-drop">Row Drag and Drop</a></li>
4892+
<li><a href="/blazor/treegrid/rows/row-spanning">Row Spanning</a></li>
48424893
</ul>
48434894
</li>
48444895
<li> <a href="/blazor/treegrid/templates">Templates</a></li>
@@ -4994,10 +5045,11 @@
49945045

49955046
<li>Release Notes
49965047
<ul>
4997-
<li>2025 Volume 3 - 31.*
5048+
<li>2025 Volume 4 - 32.*<ul><li><a href="/blazor/release-notes/32.1.19">32.1.19 Main Release</a></li></ul></li><li>2025 Volume 3 - 31.*
49985049
<ul>
49995050
<li>Weekly Nuget Release
5000-
<ul><li><a href="/blazor/release-notes/31.2.16">31.2.16</a></li>
5051+
<ul><li><a href="/blazor/release-notes/31.2.18">31.2.18</a></li>
5052+
<li><a href="/blazor/release-notes/31.2.16">31.2.16</a></li>
50015053
<li><a href="/blazor/release-notes/31.2.15">31.2.15</a></li>
50025054
<li><a href="/blazor/release-notes/31.2.10">31.2.10</a></li>
50035055
<li><a href="/blazor/release-notes/31.2.5">31.2.5</a></li>

blazor/3D-chart/getting-started-with-web-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To get started quickly with Blazor 3D Chart component, check on the following vi
2626

2727
## Create a new Blazor Web App in Visual Studio
2828

29-
You can create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio).
29+
Create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to [this Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
3030

3131
Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Web App.
3232

@@ -38,7 +38,7 @@ To add the **Blazor 3D Chart** component in the app, open NuGet package manager
3838

3939
If using the `WebAssembly or Auto` render modes in the Blazor Web App, install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor component NuGet packages in the client project.
4040

41-
Alternatively, you can utilize the following package manager command to achieve the same.
41+
Alternatively, run the following commands in the Package Manager Console to achieve the same.
4242

4343
{% tabs %}
4444
{% highlight C# tabtitle="Package Manager" %}
@@ -60,11 +60,11 @@ N> Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components are availa
6060

6161
## Create a new Blazor Web App in Visual Studio Code
6262

63-
You can create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project).
63+
Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to [this Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
6464

6565
Configure the appropriate interactive render mode and interactivity location when setting up a Blazor Web App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
6666

67-
For example, in a Blazor Web App with the `Auto` interactive render mode, use the following commands.
67+
For example, to create a Blazor Web App with the `Auto` interactive render mode, use the following commands.
6868

6969
{% tabs %}
7070
{% highlight c# tabtitle="Blazor Web App" %}
@@ -103,7 +103,7 @@ N> Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components are availa
103103

104104
## Prerequisites
105105

106-
Latest version of the [.NET SDK](https://dotnet.microsoft.com/en-us/download). If you previously installed the SDK, you can determine the installed version by executing the following command in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
106+
Install the latest version of [.NET SDK](https://dotnet.microsoft.com/en-us/download). If you previously installed the SDK, you can determine the installed version by executing the following command in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
107107

108108
{% tabs %}
109109
{% highlight c# tabtitle=".NET CLI" %}
@@ -115,11 +115,11 @@ dotnet --version
115115

116116
## Create a Blazor Web App using .NET CLI
117117

118-
Run the following command to create a new Blazor Web App in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
118+
Run the following command to create a new Blazor Web App in a command prompt (Windows) or terminal (macOS) or command shell (Linux). For detailed instructions, refer to [this Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=.net-cli) documentation.
119119

120120
Configure the appropriate interactive render mode and interactivity location when setting up a Blazor Web Application. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
121121

122-
For example, in a Blazor Web App with the `Auto` interactive render mode, use the following commands.
122+
For example, to create a Blazor Web App with the `Auto` interactive render mode, use the following commands:
123123

124124
{% tabs %}
125125
{% highlight c# tabtitle="Blazor Web App" %}

blazor/Release-Notes/31.2.18.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: Essential Studio for Blazor Release Notes
3+
description: Learn here about the controls in the Essential Studio for Blazor Weekly Release - Release Notes
4+
platform: blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor - v31.2.18 Release Notes
9+
10+
{% include release-info.html date="December 09, 2025" version="v31.2.18" passed="77237" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.2.18 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Test Cases | Passed | Failed | Remarks |
21+
|---------------|------------|--------|--------|---------|
22+
| 3DChart | 198 | 198 | 0 | All Passed |
23+
| Accordion | 232 | 232 | 0 | All Passed |
24+
| AiAssistView | 297 | 297 | 0 | All Passed |
25+
| Appbar | 102 | 102 | 0 | All Passed |
26+
| Autocomplete | 444 | 444 | 0 | All Passed |
27+
| BarcodeGenerator | 440 | 440 | 0 | All Passed |
28+
| Breadcrumb | 137 | 137 | 0 | All Passed |
29+
| Bulletchart | 237 | 237 | 0 | All Passed |
30+
| Button | 255 | 255 | 0 | All Passed |
31+
| Calendar | 146 | 146 | 0 | All Passed |
32+
| Carousel | 174 | 174 | 0 | All Passed |
33+
| Charts | 4175 | 4175 | 0 | All Passed |
34+
| ChatUI | 102 | 102 | 0 | All Passed |
35+
| Chips | 196 | 196 | 0 | All Passed |
36+
| CircularGauge | 928 | 928 | 0 | All Passed |
37+
| ColorPicker | 113 | 113 | 0 | All Passed |
38+
| ComboBox | 248 | 248 | 0 | All Passed |
39+
| DashboardLayout | 253 | 253 | 0 | All Passed |
40+
| DataForm | 547 | 547 | 0 | All Passed |
41+
| DataGrid | 8687 | 8687 | 0 | All Passed |
42+
| DatePicker | 576 | 576 | 0 | All Passed |
43+
| DateRangePicker | 366 | 366 | 0 | All Passed |
44+
| DateTimePicker | 474 | 474 | 0 | All Passed |
45+
| Diagram | 15323 | 15323 | 0 | All Passed |
46+
| Dialog | 481 | 481 | 0 | All Passed |
47+
| DropdownList | 584 | 584 | 0 | All Passed |
48+
| Dropdowntree | 164 | 164 | 0 | All Passed |
49+
| FileManager | 3108 | 3108 | 0 | All Passed |
50+
| FileUpload | 330 | 330 | 0 | All Passed |
51+
| FloatingActionButton | 128 | 128 | 0 | All Passed |
52+
| Gantt | 4800 | 4800 | 0 | All Passed |
53+
| HeatMap | 339 | 339 | 0 | All Passed |
54+
| ImageEditor | 3561 | 3561 | 0 | All Passed |
55+
| InPlaceEditor | 764 | 764 | 0 | All Passed |
56+
| InputMask | 168 | 168 | 0 | All Passed |
57+
| Kanban | 380 | 380 | 0 | All Passed |
58+
| LinearGauge | 799 | 799 | 0 | All Passed |
59+
| ListBox | 138 | 138 | 0 | All Passed |
60+
| ListView | 441 | 441 | 0 | All Passed |
61+
| Maps | 1570 | 1570 | 0 | All Passed |
62+
| Mention | 152 | 152 | 0 | All Passed |
63+
| Menu | 398 | 398 | 0 | All Passed |
64+
| Message | 211 | 211 | 0 | All Passed |
65+
| MultiselectDropdown | 386 | 386 | 0 | All Passed |
66+
| NumericTextbox | 442 | 442 | 0 | All Passed |
67+
| OtpInput | 123 | 123 | 0 | All Passed |
68+
| PivotTable | 1378 | 1378 | 0 | All Passed |
69+
| ProgressBar | 199 | 199 | 0 | All Passed |
70+
| progressbutton | 101 | 101 | 0 | All Passed |
71+
| QueryBuilder | 584 | 584 | 0 | All Passed |
72+
| RangeNavigator | 196 | 196 | 0 | All Passed |
73+
| Rating | 106 | 106 | 0 | All Passed |
74+
| Ribbon | 451 | 451 | 0 | All Passed |
75+
| RichTextEditor | 2765 | 2765 | 0 | All Passed |
76+
| Scheduler | 5623 | 5623 | 0 | All Passed |
77+
| Sidebar | 144 | 144 | 0 | All Passed |
78+
| Slider | 271 | 271 | 0 | All Passed |
79+
| SmithChart | 259 | 259 | 0 | All Passed |
80+
| SparklineChart | 150 | 150 | 0 | All Passed |
81+
| SpeedDial | 353 | 353 | 0 | All Passed |
82+
| Splitter | 190 | 190 | 0 | All Passed |
83+
| Stepper | 218 | 218 | 0 | All Passed |
84+
| StockChart | 335 | 335 | 0 | All Passed |
85+
| Tabs | 936 | 936 | 0 | All Passed |
86+
| TextArea | 126 | 126 | 0 | All Passed |
87+
| Textbox | 653 | 653 | 0 | All Passed |
88+
| Timeline | 182 | 182 | 0 | All Passed |
89+
| TimePicker | 419 | 419 | 0 | All Passed |
90+
| Toast | 233 | 233 | 0 | All Passed |
91+
| Toolbar | 230 | 230 | 0 | All Passed |
92+
| TreeGrid | 4953 | 4953 | 0 | All Passed |
93+
| TreeMap | 704 | 704 | 0 | All Passed |
94+
| TreeView | 1361 | 1361 | 0 | All Passed |

0 commit comments

Comments
 (0)