Skip to content

Commit 98fb36a

Browse files
committed
Sync with Kendo UI Professional
1 parent ea91c5d commit 98fb36a

25 files changed

+1270
-236
lines changed

docs-aspnet/_config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,11 @@ html-helpers/navigation/treeview/security-trimming.md,
6060
html-helpers/editors/editor/import-export.md,
6161
html-helpers/data-management/grid/how-to/*,
6262
html-helpers/data-management/treelist/how-to/*,
63-
html-helpers/diagrams-and-maps/map/how-to/*,
64-
html-helpers/editors/autocomplete/how-to/*,
6563
html-helpers/editors/colorpicker/how-to/*,
66-
html-helpers/editors/datepicker/how-to/*,
67-
html-helpers/editors/dropdownlist/how-to/*,
6864
html-helpers/interactivity/progressbar/how-to/*,
6965
html-helpers/layout/window/how-to/*,
7066
html-helpers/navigation/menu/how-to/*,
7167
html-helpers/navigation/panelbar/how-to/*,
72-
html-helpers/navigation/treeview/how-to/*,
73-
html-helpers/scheduling/scheduler/how-to/*,
7468
tag-helpers/*,
7569
knowledge-base/switch-change-messages-inside-grid.md,
7670
knowledge-base/upload-files-to-database.md,

docs-aspnet/backwards-compatibility/2025-backwards-compatibility.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This article lists the breaking or important changes in the 2025 releases of {{
1313
{% if site.core %}
1414
## {{ site.product }} Q2 2025
1515

16+
### Target Framework
17+
18+
With the Q2 2025 release, {{ site.product }} support for .NET 6 has been dropped as .NET 6 has reached the end of its lifecycle on November 12, 2024. You can update to a supported [LTS and STS versions of .NET Core](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle).
19+
1620
### PopOver
1721

1822
The [`IconClass()`](/api/kendo.mvc.ui.fluent/popoveractionbuilder#iconclasssystemstring) option of the PopOver HtmlHelper and the [`icon-class`](/api/kendo.mvc.taghelpers/popoveractiontaghelper#attributes) attribute of the PopOver TagHelper now expect a `string` instead of a JavaScript handler or a template delegate (`System.Func<Object,Object>`).
@@ -44,6 +48,20 @@ The [`IconClass()`](/api/kendo.mvc.ui.fluent/popoveractionbuilder#iconclasssyste
4448
```
4549
{% endif %}
4650

51+
### Telerik.Zip
52+
53+
As of the Q2 2025 release, the following NuGet packages and assemblies no longer have a dependency to the `Telerik.Zip` library:
54+
55+
{% if site.core %}
56+
* Telerik.Core.Export
57+
{% else %}
58+
* Telerik.Mvc.Export
59+
{% endif %}
60+
* Telerik.Web.Pdf
61+
* Telerik.Web.Spreadsheet
62+
63+
The `Telerik.Zip` library will continue to be shipped as a standalone library.
64+
4765
## {{ site.product }} Q1 2025
4866

4967
### License Activation

docs-aspnet/docs-builder-core.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,11 @@ excluded-files:
105105
- "**/html-helpers/navigation/treeview/security-trimming.md"
106106
- "**/html-helpers/editors/editor/import-export.md"
107107
- "**/html-helpers/data-management/grid/how-to/*"
108-
- "**/html-helpers/data-management/treelist/how-to/*"
109-
- "**/html-helpers/diagrams-and-maps/map/how-to/*"
110-
- "**/html-helpers/editors/autocomplete/how-to/*"
111108
- "**/html-helpers/editors/colorpicker/how-to/*"
112-
- "**/html-helpers/editors/datepicker/how-to/*"
113-
- "**/html-helpers/editors/dropdownlist/how-to/*"
114109
- "**/html-helpers/interactivity/progressbar/how-to/*"
115110
- "**/html-helpers/layout/window/how-to/*"
116111
- "**/html-helpers/navigation/menu/how-to/*"
117112
- "**/html-helpers/navigation/panelbar/how-to/*"
118-
- "**/html-helpers/navigation/treeview/how-to/*"
119-
- "**/html-helpers/scheduling/scheduler/how-to/*"
120113
- "**/tag-helpers/*"
121114
- "**/knowledge-base/switch-change-messages-inside-grid.md"
122115
- "**/knowledge-base/upload-files-to-database.md"

docs-aspnet/docs-builder-mvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ excluded-files:
112112
- "**/knowledge-base/vs-2015-support.md"
113113
- "**/knowledge-base/trial-to-commercial-license-troubleshooting.md"
114114
- "**/knowledge-base/vs-code-extension-issues.md"
115+
- "**/knowledge-base/razor-class-library.md"
115116
- "**/html-helpers/hybrid/*"
116117
- "**/html-helpers/helper-basics/fundamentals.md"
117118
- "**/html-helpers/helper-basics/declarative-initialization.md"

docs-aspnet/html-helpers/data-management/treelist/how-to/multiple-grid-export.md

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

docs-aspnet/html-helpers/diagrams-and-maps/map/how-to/bind-map-to-model.md

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

docs-aspnet/html-helpers/editors/autocomplete/how-to/add-new-values-to-grid-with-autocomplete-editor.md

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

docs-aspnet/html-helpers/editors/dropdownlist/how-to/cascading-and-virtualization.md

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

docs-aspnet/html-helpers/editors/dropdownlist/how-to/cascading-in-grid.md

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

docs-aspnet/html-helpers/editors/dropdownlist/how-to/cascading-web-api.md

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

0 commit comments

Comments
 (0)