Skip to content

Commit 3233bd3

Browse files
committed
Sync with Kendo UI Professional
1 parent 61baf19 commit 3233bd3

File tree

19 files changed

+140
-266
lines changed

19 files changed

+140
-266
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "year": 2025, "release": 2, "smallRelease": false }
1+
{ "year": 2025, "release": 2, "smallRelease": true }

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.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|
3031
| [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|
3132
| [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|
3233
| [UI for ASP.NET Core 2024.3.806 (2024 Q3)](https://www.telerik.com/support/whats-new/aspnet-core-ui/release-history/telerik-ui-for-asp-net-core-2024-3-806-(2024-q3))|3.7.0, 2.2.x, 1.12.4, 1.10.x|
@@ -59,6 +60,7 @@ The following table provides a list of the jQuery versions that are compatible w
5960
{% else %}
6061
| Major Releases | Compatible jQuery Versions |
6162
| :--- | :--- |
63+
| [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|
6264
| [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|
6365
| [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|
6466
| [UI for ASP.NET MVC 2024.3.806 (2024 Q3)](https://www.telerik.com/support/whats-new/aspnet-mvc/release-history/telerik-ui-for-asp-net-mvc-2024-3-806-(2024-q3))|3.7.0, 2.2.x, 1.12.4, 1.10.x|

docs/api/javascript/ui/tabstrip.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ Defines custom attributes to be applied to the action button element.
629629

630630
#### Example
631631

632+
```html
632633
<div id="tabstrip"></div>
633634
<script>
634635
$("#tabstrip").kendoTabStrip({
@@ -651,6 +652,7 @@ Defines custom attributes to be applied to the action button element.
651652
]
652653
});
653654
</script>
655+
```
654656

655657
### dataSource.actions.action `Function`
656658

docs/controls/autocomplete/adaptive-mode.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,11 @@ position: 11
1010

1111
The Kendo UI for jQuery AutoComplete provides adaptive mode&mdash;built-in mobile-friendly rendering of its popup that accommodates the component content based on the current screen size.
1212

13-
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
13+
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing. d
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center; display:flex">
19-
<div style="width:600px; ">
20-
<input id="products" style="width: 100%;" />
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#products").kendoAutoComplete({
26-
adaptiveMode: "auto",
27-
dataTextField: "text",
28-
dataSource: [
29-
{text: "Apples"},
30-
{text: "Oranges"},
31-
{text: "Bananas"}
32-
],
33-
});
34-
});
35-
</script>
36-
```
17+
<demo metaUrl="autocomplete/adaptive-mode/" height="600"></demo>
3718

3819
# On-Screen Keyboard
3920

docs/controls/colorpicker/adaptive-mode.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@ The Kendo UI for jQuery ColorPicker supports an adaptive mode that allows the co
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center; display:flex">
19-
<div style="width:600px; ">
20-
<input id="colorpicker" />
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#colorpicker").kendoColorPicker({
26-
adaptiveMode: "auto"
27-
});
28-
});
29-
</script>
30-
```
17+
<demo metaUrl="colorpicker/adaptive-mode/" height="600"></demo>
3118

3219
## See Also
3320

docs/controls/combobox/adaptive-mode.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,9 @@ The Kendo UI for jQuery ComboBox provides adaptive mode&mdash;built-in mobile-fr
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center; display:flex">
19-
<div style="width:600px; ">
20-
<input id="products" style="width: 100%;" />
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#products").kendoComboBox({
26-
adaptiveMode: "auto",
27-
dataTextField: "text",
28-
dataSource: [
29-
{text: "Apples"},
30-
{text: "Oranges"},
31-
{text: "Bananas"}
32-
]
33-
});
34-
});
35-
</script>
36-
```
17+
<demo metaUrl="combobox/adaptive-mode/" height="600"></demo>
3718

3819
# On-Screen Keyboard
3920

docs/controls/datepicker/adaptive-mode.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@ The Kendo UI for jQuery DatePicker provides adaptive mode&mdash;built-in mobile-
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center">
19-
<div style="width:600px; ">
20-
<input id="datepicker" style="width: 100%;" />
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#datepicker").kendoDatePicker({
26-
adaptiveMode: "auto"
27-
});
28-
});
29-
</script>
30-
```
17+
<demo metaUrl="datepicker/adaptive-mode/" height="600"></demo>
3118

3219
# On-Screen Keyboard
3320

docs/controls/daterangepicker/adaptive-mode.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@ The Kendo UI for jQuery DateRangePicker provides adaptive mode&mdash;built-in mo
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center">
19-
<div style="width:600px; ">
20-
<div id="daterangepicker" style="width: 100%;"></div>
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#products").kendoDateRangePicker({
26-
adaptiveMode: "auto"
27-
});
28-
});
29-
</script>
30-
```
17+
<demo metaUrl="daterangepicker/adaptive-mode/" height="600"></demo>
3118

3219
# On-Screen Keyboard
3320

docs/controls/datetimepicker/adaptive-mode.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,9 @@ The Kendo UI for jQuery DateTimePicker provides adaptive mode&mdash;built-in mob
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user began typing.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center">
19-
<div style="width:600px; ">
20-
<input id="datetimepicker" style="width: 100%;"/>
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#datetimepicker").kendoDateTimePicker({
26-
adaptiveMode: "auto"
27-
});
28-
});
29-
</script>
30-
```
17+
<demo metaUrl="datetimepicker/adaptive-mode/" height="600"></demo>
3118

3219
# On-Screen Keyboard
3320

docs/controls/dropdownlist/adaptive-mode.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,9 @@ The Kendo UI for jQuery DropDownList provides adaptive mode&mdash;built-in mobil
1212

1313
> Starting with the 2025 Q2 release, when the `adaptiveMode` property is enabled and the component is accessed on a mobile device, the popup will open as soon as the component receives focus. In previous versions, the popup only opened once the user clicks on the component.
1414
15-
To set the adaptive mode, use the `adaptiveMode` option. In the example below, you can resize the browser to see how the component will adapt to different resolutions.
15+
To set the adaptive mode, use the `adaptiveMode` option.
1616

17-
```dojo
18-
<div style="justify-content:center; display:flex">
19-
<div style="width:600px; ">
20-
<input id="products" style="width: 100%;" />
21-
</div>
22-
</div>
23-
<script>
24-
$(document).ready(function() {
25-
$("#products").kendoDropDownList({
26-
adaptiveMode: "auto",
27-
dataTextField: "text",
28-
dataSource: [
29-
{text: "Apples"},
30-
{text: "Oranges"},
31-
{text: "Bananas"}
32-
]
33-
});
34-
});
35-
</script>
36-
```
17+
<demo metaUrl="dropdownlist/adaptive-mode/" height="600"></demo>
3718

3819
## See Also
3920

0 commit comments

Comments
 (0)