Skip to content

Commit 21039d3

Browse files
Merge branch 'development' into 999227-MCP-Changes
2 parents f306e01 + 3fbe719 commit 21039d3

File tree

326 files changed

+6280
-4389
lines changed

Some content is hidden

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

326 files changed

+6280
-4389
lines changed

ej2-asp-core-mvc/Release-notes/32.1.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: ug
77

88
# Essential Studio for ##Platform_Name## - v32.1.19 Release Notes
99

10-
{% include release-info.html date="December 15, 2025" version="v32.1.19" passed="68209" failed="0" %}
10+
{% include release-info.html date="December 16, 2025" version="v32.1.19" passed="68209" failed="0" %}
1111

1212
{% directory path: _includes/release-notes/v32.1.19 %}
1313

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/events.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,16 @@ The [AttachmentRemoved](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.
101101
{% highlight c# tabtitle="Attachment-remove.cs" %}
102102
{% include code-snippet/ai-assistview/events/attachment-remove/attachment-remove.cs %}
103103
{% endhighlight %}
104-
{% endtabs %}
104+
{% endtabs %}
105+
106+
## attachmentClick
107+
The `AttachmentClick` event is triggered when an attached file is clicked in the AI AssistView.
108+
109+
{% tabs %}
110+
{% highlight razor tabtitle="CSHTML" %}
111+
{% include code-snippet/ai-assistview/events/attachmentClick/razor %}
112+
{% endhighlight %}
113+
{% highlight c# tabtitle="AttachmentClick.cs" %}
114+
{% include code-snippet/ai-assistview/events/attachmentClick/attachmentClick.cs %}
115+
{% endhighlight %}
116+
{% endtabs %}

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/file-attachments.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,18 @@ You can use the  `MaxFileSize` property to allowed a maximum file size of the u
7474
{% endhighlight %}
7575
{% endtabs %}
7676

77-
![FileSize](images/file-size.png)
77+
![FileSize](images/file-size.png)
78+
79+
### Setting maximum count
80+
Restrict how many files can be attached at once using `MaximumCount` property. The default value is `10`. If users select more than the allowed count, the maximum count reached error will be displayed.
81+
82+
{% tabs %}
83+
{% highlight razor tabtitle="CSHTML" %}
84+
{% include code-snippet/ai-assistview/file-attachments/maximumCount/razor %}
85+
{% endhighlight %}
86+
{% highlight c# tabtitle="MaximumCount.cs" %}
87+
{% include code-snippet/ai-assistview/file-attachments/maximumCount/maximumCount.cs %}
88+
{% endhighlight %}
89+
{% endtabs %}
90+
91+
![MaximumCount](images/maximumCount.png)

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/events.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,13 @@ The [AttachmentRemoved](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.
8080
{% highlight razor tabtitle="CSHTML" %}
8181
{% include code-snippet/ai-assistview/events/attachment-remove/tagHelper %}
8282
{% endhighlight %}
83-
{% endtabs %}
83+
{% endtabs %}
84+
85+
## attachmentClick
86+
The `attachmentClick` event is triggered when an attached file is clicked in the AI AssistView.
87+
88+
{% tabs %}
89+
{% highlight razor tabtitle="CSHTML" %}
90+
{% include code-snippet/ai-assistview/events/attachmentClick/tagHelper %}
91+
{% endhighlight %}
92+
{% endtabs %}

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/file-attachments.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,18 @@ You can use the  `maxFileSize` property to allowed a maximum file size of the u
7474
{% endhighlight %}
7575
{% endtabs %}
7676

77-
![FileSize](images/file-size.png)
77+
![FileSize](images/file-size.png)
78+
79+
### Setting maximum count
80+
Restrict how many files can be attached at once using `maximumCount` property. The default value is `10`. If users select more than the allowed count, the maximum count reached error will be displayed.
81+
82+
{% tabs %}
83+
{% highlight razor tabtitle="CSHTML" %}
84+
{% include code-snippet/ai-assistview/file-attachments/maximumCount/razor %}
85+
{% endhighlight %}
86+
{% highlight c# tabtitle="MaximumCount.cs" %}
87+
{% include code-snippet/ai-assistview/file-attachments/maximumCount/maximumCount.cs %}
88+
{% endhighlight %}
89+
{% endtabs %}
90+
91+
![MaximumCount](images/maximumCount.png)
19.7 KB
Loading

ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/code-block.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

ej2-asp-core-mvc/block-editor/EJ2_ASP.MVC/built-in-blocks/embed.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)