Skip to content

Commit 1b7ccd1

Browse files
authored
Merge branch 'development' into 998328-TreeGrid
2 parents b76052c + 764e4e9 commit 1b7ccd1

File tree

141 files changed

+4358
-552
lines changed

Some content is hidden

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

141 files changed

+4358
-552
lines changed

blazor-toc.html

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,42 @@
955955
</li>
956956
</ul>
957957
</li>
958+
<li>Block Editor
959+
<ul>
960+
<li>Getting Started
961+
<ul>
962+
<li>
963+
<a href="/blazor/blockeditor/getting-started-web-app">Blazor Web App</a>
964+
</li>
965+
<li>
966+
<a href="/blazor/blockeditor/getting-started-wasm-app">Blazor WASM App</a>
967+
</li>
968+
</ul>
969+
</li>
970+
<li><a href="/blazor/blockeditor/built-in-blocks/built-in-blocks">Built-in Blocks</a>
971+
<ul>
972+
<li><a href="/blazor/blockeditor/built-in-blocks/typography">Typography</a></li>
973+
<li><a href="/blazor/blockeditor/built-in-blocks/table-block">Table Blocks</a></li>
974+
<li><a href="/blazor/blockeditor/built-in-blocks/list-types">List-Types</a></li>
975+
<li><a href="/blazor/blockeditor/built-in-blocks/inline-content">Inline Content</a></li>
976+
<li><a href="/blazor/blockeditor/built-in-blocks/embed">Embeds</a></li>
977+
</ul>
978+
</li>
979+
<li><a href="/blazor/blockeditor/editor-menus">Editor Menus</a></li>
980+
<li><a href="/blazor/blockeditor/paste-cleanup">Paste Cleanup</a></li>
981+
<li><a href="/blazor/blockeditor/undo-redo">Undo and redo</a></li>
982+
<li><a href="/blazor/blockeditor/globalization">Globalization</a></li>
983+
<li><a href="/blazor/blockeditor/keyboard-shortcuts">Keyboard Shortcuts</a></li>
984+
<li><a href="/blazor/blockeditor/appearance">Appearance</a></li>
985+
<li><a href="/blazor/blockeditor/events">Events</a></li>
986+
<li>Validation and Security
987+
<ul>
988+
<li><a href="/blazor/blockeditor/validation-security/cross-site-script">Cross-Site Scripting</a></li>
989+
<li><a href="/blazor/blockeditor/validation-security/read-only-mode">Controlling Editor Access</a></li>
990+
</ul>
991+
</li>
992+
</ul>
993+
</li>
958994
<li>Breadcrumb
959995
<ul>
960996
<li>Getting Started
@@ -3709,6 +3745,7 @@
37093745
<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>
37103746
<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>
37113747
<li> <a href="/blazor/numeric-textbox/how-to/numeric-textbox-model-binding">Numeric Textbox Model Binding</a></li>
3748+
<li> <a href="/blazor/numeric-textbox/how-to/disable-mouse-wheel-in-numeric-textbox-component">Disable Mouse Wheel in NumericTextBox</a></li>
37123749
</ul>
37133750
</li>
37143751
<li>
@@ -3935,6 +3972,7 @@
39353972
<li> <a href="/blazor/query-builder/import-export">Importing and Exporting</a></li>
39363973
<li> <a href="/blazor/query-builder/lock-group-rule">Lock Group/Rule</a></li>
39373974
<li> <a href="/blazor/query-builder/clone-group-rule">Clone Group/Rule</a></li>
3975+
<li> <a href="/blazor/query-builder/events">Events</a></li>
39383976
<li> <a href="/blazor/query-builder/localization">Localization</a></li>
39393977
<li> <a href="/blazor/query-builder/style-and-appearance">Styles and Appearances</a></li>
39403978
<li> <a href="/blazor/query-builder/accessibility">Accessibility</a></li>
@@ -4996,7 +5034,7 @@
49965034

49975035
<li>Release Notes
49985036
<ul>
4999-
<li>2025 Volume 3 - 31.*
5037+
<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.*
50005038
<ul>
50015039
<li>Weekly Nuget Release
50025040
<ul><li><a href="/blazor/release-notes/31.2.18">31.2.18</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/32.1.19.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: Essential Studio for Blazor Release Notes
3+
description: Learn here about the controls in the Essential Studio for Blazor 2025 Volume 4 Main Release - Release Notes
4+
platform: blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor - v32.1.19 Release Notes
9+
10+
{% include release-info.html date="December 15, 2025" version="v32.1.19" passed="78027" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v32.1.19 %}
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 | 445 | 445 | 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 | 176 | 176 | 0 | All Passed |
33+
| Charts | 5253 | 5253 | 0 | All Passed |
34+
| ChatUI | 129 | 129 | 0 | All Passed |
35+
| Chips | 214 | 214 | 0 | All Passed |
36+
| CircularGauge | 1013 | 1013 | 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 | 8394 | 8394 | 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 | 15423 | 15423 | 0 | All Passed |
46+
| Dialog | 483 | 483 | 0 | All Passed |
47+
| DropdownList | 586 | 586 | 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 | 4831 | 4831 | 0 | All Passed |
53+
| HeatMap | 401 | 401 | 0 | All Passed |
54+
| ImageEditor | 3561 | 3561 | 0 | All Passed |
55+
| InPlaceEditor | 765 | 765 | 0 | All Passed |
56+
| InputMask | 168 | 168 | 0 | All Passed |
57+
| Kanban | 379 | 379 | 0 | All Passed |
58+
| LinearGauge | 797 | 797 | 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 | 462 | 462 | 0 | All Passed |
67+
| OtpInput | 123 | 123 | 0 | All Passed |
68+
| PivotTable | 1239 | 1239 | 0 | All Passed |
69+
| ProgressBar | 198 | 198 | 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 | 494 | 494 | 0 | All Passed |
75+
| RichTextEditor | 2195 | 2195 | 0 | All Passed |
76+
| SankeyChart | 17 | 17 | 0 | All Passed |
77+
| Scheduler | 5713 | 5713 | 0 | All Passed |
78+
| Sidebar | 144 | 144 | 0 | All Passed |
79+
| Slider | 271 | 271 | 0 | All Passed |
80+
| SmithChart | 259 | 259 | 0 | All Passed |
81+
| Sparkline | 150 | 150 | 0 | All Passed |
82+
| SparklineChart | 150 | 150 | 0 | All Passed |
83+
| SpeedDial | 353 | 353 | 0 | All Passed |
84+
| Splitter | 190 | 190 | 0 | All Passed |
85+
| Stepper | 218 | 218 | 0 | All Passed |
86+
| StockChart | 344 | 344 | 0 | All Passed |
87+
| Tabs | 940 | 940 | 0 | All Passed |
88+
| TextArea | 126 | 126 | 0 | All Passed |
89+
| Textbox | 674 | 674 | 0 | All Passed |
90+
| Timeline | 182 | 182 | 0 | All Passed |
91+
| TimePicker | 419 | 419 | 0 | All Passed |
92+
| Toast | 233 | 233 | 0 | All Passed |
93+
| Toolbar | 231 | 231 | 0 | All Passed |
94+
| TreeGrid | 4925 | 4925 | 0 | All Passed |
95+
| TreeMap | 764 | 764 | 0 | All Passed |
96+
| TreeView | 1361 | 1361 | 0 | All Passed |

blazor/accordion/getting-started-with-web-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This section briefly explains about how to include [Blazor Accordion](https://ww
2121

2222
## Create a new Blazor Web App in Visual Studio
2323

24-
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).
24+
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.
2525

2626
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.
2727

@@ -33,7 +33,7 @@ To add the **Blazor Accordion** component in the app, open the NuGet package man
3333

3434
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.
3535

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

3838
{% tabs %}
3939
{% highlight C# tabtitle="Package Manager" %}
@@ -56,14 +56,14 @@ N> Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components are availa
5656

5757
## Create a new Blazor Web App in Visual Studio Code
5858

59-
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).
59+
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.
6060

6161
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).
6262

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

6565
{% tabs %}
66-
{% highlight c# tabtitle=".NET CLI" %}
66+
{% highlight c# tabtitle=".Blazor Web App" %}
6767

6868
dotnet new blazor -o BlazorWebApp -int Auto
6969
cd BlazorWebApp
@@ -100,7 +100,7 @@ N> Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components are availa
100100

101101
## Prerequisites
102102

103-
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).
103+
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).
104104

105105
{% tabs %}
106106
{% highlight c# tabtitle=".NET CLI" %}
@@ -112,11 +112,11 @@ dotnet --version
112112

113113
## Create a Blazor Web App using .NET CLI
114114

115-
Run the following command to create a new Blazor Web App in a command prompt (Windows) or terminal (macOS) or command shell (Linux).
115+
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.
116116

117117
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).
118118

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

121121
{% tabs %}
122122
{% highlight c# tabtitle="Blazor Web App" %}

0 commit comments

Comments
 (0)