Skip to content

Commit c12b7a2

Browse files
committed
Sync with Kendo UI Professional
1 parent 5ebb126 commit c12b7a2

File tree

10 files changed

+24
-17
lines changed

10 files changed

+24
-17
lines changed

docs-aspnet/installation/system-requirements/jquery-support.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The following table provides a list of the jQuery versions that are compatible w
2727
{% if site.core %}
2828
| Major Releases | Compatible jQuery Versions |
2929
| :--- | :--- |
30+
| [UI for ASP.NET Core 2025.3.812 (2025 Q3)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2025-3-812-(2025-q3))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
3031
| [UI for ASP.NET Core 2025.2.520 (2025 Q2)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2025-2-520-(2025-q2))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
3132
| [UI for ASP.NET Core 2025.1.211 (2025 Q1)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2025-1-211-(2025-q1))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
3233
| [UI for ASP.NET Core 2024.4.1112 (2024 Q4)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-4-1112-(2024-q4))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
@@ -60,6 +61,7 @@ The following table provides a list of the jQuery versions that are compatible w
6061
{% else %}
6162
| Major Releases | Compatible jQuery Versions |
6263
| :--- | :--- |
64+
| [UI for ASP.NET MVC 2025.3.812 (2025 Q3)](https://www.telerik.com/support/whats-new/aspnet-mvc/release-history/telerik-ui-for-asp-net-mvc-2025-3-812-(2025-q3))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
6365
| [UI for ASP.NET MVC 2025.2.520 (2025 Q2)](https://www.telerik.com/support/whats-new/aspnet-mvc/release-history/telerik-ui-for-asp-net-mvc-2025-2-520-(2025-q2))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
6466
| [UI for ASP.NET MVC 2025.1.211 (2025 Q1)](https://www.telerik.com/support/whats-new/aspnet-mvc/release-history/telerik-ui-for-asp-net-mvc-2025-1-211-(2025-q1))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
6567
| [UI for ASP.NET MVC 2024.4.1112 (2024 Q4)](https://www.telerik.com/support/whats-new/aspnet-mvc/release-history/telerik-ui-for-asp-net-mvc-2024-4-1112-(2024-q4))|3.7.0, 2.2.x, 1.12.4, 1.10.x|

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ The font weight of the connection content text.
10291029
The [template](/api/javascript/kendo/methods/template) which renders the labels.
10301030

10311031
#### Example - using a template for the connection label
1032-
1032+
```pseudo
10331033
<div id="diagram"></div>
10341034
<script>
10351035
$("#diagram").kendoDiagram({
@@ -1062,7 +1062,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the labels.
10621062
]
10631063
});
10641064
</script>
1065-
1065+
```
10661066
### connections.content.text `String`
10671067

10681068
The text displayed for the connection.

docs/api/javascript/ui/form.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,7 @@ A number defines the columns of the grid. When an array is used it is used to ma
21392139
Name: "Ivan",
21402140
Address: "Sofia"
21412141
},
2142+
layout: "grid",
21422143
grid: {
21432144
cols: 2,
21442145
gutter: 10,
@@ -2164,6 +2165,7 @@ A number defines the columns of the grid. When an array is used it is used to ma
21642165
Name: "Ivan",
21652166
Address: "Sofia"
21662167
},
2168+
layout: "grid",
21672169
grid: {
21682170
cols: [{
21692171
maxWidth: 600,
@@ -2206,6 +2208,7 @@ Defines the maximum width in pixels for which the specific breakpoint col value
22062208
Name: "Ivan",
22072209
Address: "Sofia"
22082210
},
2211+
layout: "grid",
22092212
grid: {
22102213
cols: [{
22112214
maxWidth: 600,
@@ -2248,6 +2251,7 @@ Defines the minimum width in pixels for which the specific breakpoint col value
22482251
Name: "Ivan",
22492252
Address: "Sofia"
22502253
},
2254+
layout: "grid",
22512255
grid: {
22522256
cols: [{
22532257
maxWidth: 600,
@@ -2290,6 +2294,7 @@ Defines the number of columns to be applied if current width of the form is betw
22902294
Name: "Ivan",
22912295
Address: "Sofia"
22922296
},
2297+
layout: "grid",
22932298
grid: {
22942299
cols: [{
22952300
maxWidth: 600,

docs/api/javascript/ui/grid.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ Triggered when the content of a AI Assistant Window has finished loading via Aja
19301930
toolbar: ["aiAssistant"],
19311931
ai: {
19321932
aiAssistantWindow: {
1933-
actions: ["Refresh],
1933+
actions: ["Refresh"],
19341934
refresh: () => console.log("AI Assistant Window refresh!")
19351935
},
19361936
}
@@ -9708,8 +9708,8 @@ Defines the text configurations for the ai features. Used primarily for localiza
97089708
},
97099709
messages: {
97109710
ai: {
9711-
success: "Operation successful."
9712-
error: "Operation not successful."
9711+
success: "Operation successful.",
9712+
error: "Operation not successful.",
97139713
outputPlaceholder: "Currently there is no output available"
97149714
}
97159715
},
@@ -12876,7 +12876,7 @@ If set as `array`, the size of the array represents the number of columns, and t
1287612876
dataLayoutMode: "stacked",
1287712877
stackedLayoutSettings: {
1287812878
cols: 2
12879-
}
12879+
},
1288012880
dataSource: {
1288112881
data: [
1288212882
{ id: 1, name: "Jane Doe", age: 30 },
@@ -12908,7 +12908,7 @@ If set as `array`, the size of the array represents the number of columns, and t
1290812908
dataLayoutMode: "stacked",
1290912909
stackedLayoutSettings: {
1291012910
cols: ["1fr", "20px"]
12911-
}
12911+
},
1291212912
dataSource: {
1291312913
data: [
1291412914
{ id: 1, name: "Jane Doe", age: 30 },
@@ -12940,7 +12940,7 @@ If set as `array`, the size of the array represents the number of columns, and t
1294012940
dataLayoutMode: "stacked",
1294112941
stackedLayoutSettings: {
1294212942
cols: [100, 400]
12943-
}
12943+
},
1294412944
dataSource: {
1294512945
data: [
1294612946
{ id: 1, name: "Jane Doe", age: 30 },
@@ -12975,7 +12975,7 @@ If set as `array`, the size of the array represents the number of columns, and t
1297512975
{ width: 700 },
1297612976
{ width: 300 }
1297712977
]
12978-
}
12978+
},
1297912979
dataSource: {
1298012980
data: [
1298112981
{ id: 1, name: "Jane Doe", age: 30 },

docs/api/javascript/ui/speechtotextbutton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Returns `true` if the speech recognition is active (listening), otherwise `false
210210
<button id="speechButton"></button>
211211
<script>
212212
var speechButton = $("#speechButton").kendoSpeechToTextButton().data("kendoSpeechToTextButton");
213-
speechButton.start();
213+
speechButton.startRecognition();
214214
console.log(speechButton.isListening()); // logs true
215215
</script>
216216

docs/api/javascript/ui/tabstrip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Specifies whether the tab is enabled or disabled. Disabled tabs cannot be select
706706
Defines custom attributes to be applied to the tab element.
707707

708708
#### Example
709-
709+
```pseudo
710710
<div id="tabstrip"></div>
711711
<script>
712712
$("#tabstrip").kendoTabStrip({
@@ -722,7 +722,7 @@ Defines custom attributes to be applied to the tab element.
722722
]
723723
});
724724
</script>
725-
725+
```
726726
### dataSpriteCssClass `String`*(default: "")*
727727

728728
Sets the field of the data item that provides the CSS class of the tab.

docs/controls/appbar/accessibility/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ position: 1
99
# Appbar Accessibility
1010

1111
The Appbar is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support.
12-
For more information, refer to [Accessibility in Kendo UI for jQuery].({% slug overview_accessibility_support_kendoui %})
12+
For more information, refer to [Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %})
1313

1414

1515

@@ -58,4 +58,4 @@ The Appbar has been tested with [axe-core](https://github.com/dequelabs/axe-core
5858
A live test example of the Appbar component could be found here: https://demos.telerik.com/kendo-ui/accessibility/appbar
5959
## See Also
6060
* [Accessibility in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %})
61-
* [Keyboard Support in Kendo UI for jQuery]({%slug overview_accessibility_support_kendoui%}#keyboard-navigation)
61+
* [Keyboard Support in Kendo UI for jQuery]({% slug overview_accessibility_support_kendoui %}#keyboard-navigation)

docs/controls/grid/smart-grid/ai-toolbar-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ This property allows you to add [`promptSuggestions`](https://www.telerik.com/ke
274274

275275
You can also customize the appearance of the [Window](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/window/) component, in which the AIPrompt of the toolbar tool is rendered.
276276

277-
To achieve this, use the [`ai.windowSettings`]https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/grid/ai.windowsettings) property, which allows you to control the positioning and visual appearance of the Window to match your application's design and requirements.
277+
To achieve this, use the [`ai.aiassistantwindow`]https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/grid/ai.aiassistantwindow) property, which allows you to control the positioning and visual appearance of the Window to match your application's design and requirements.
278278

279279
```
280-
windowSettings: {
280+
aiassistantwindow: {
281281
width: 500,
282282
height: 460
283283
}

docs/intro/installation/npm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ import "@progress/kendo-ui/esm/kendo.grid.js"; //Imports the Grid related files
272272
* [Web Browser Support]({% slug wbe_browserand_operating_system_support %})
273273
* [Operation System Support]({% slug ossupport_kendo %})
274274
* [PDF and Excel Export Support]({% slug export_support_kendoui %})
275-
* [Component Script Dependencies]({% slug script_filesfor_barcodes_widgets %})
276275
* [Create Your Own Custom Components]({% slug createcustomkendouiwidgets_gettingstarted %})
277276

278277
## See Also

docs/intro/supporting/jquery-support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following table provides a list of the jQuery versions that are compatible w
2222

2323
| Major Releases | Compatible jQuery Versions |
2424
| :--- | :--- |
25+
| [Kendo UI 2025.3.812 (2025 Q3)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2025-3-812-(2025-q3))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
2526
| [Kendo UI 2025.2.520 (2025 Q2)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2025-2-520-(2025-q2))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
2627
| [Kendo UI 2025.1.211 (2025 Q1)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2025-1-211-(2025-q1))|3.7.x, 2.2.x, 1.12.4, 1.10.x|
2728
| [Kendo UI 2024.4.1112 (2024 Q4)](https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2024-4-1112-(2024-q4))|3.7.x, 2.2.x, 1.12.4, 1.10.x|

0 commit comments

Comments
 (0)