diff --git a/docs-aspnet-core/backwards-compatibility.md b/docs-aspnet-core/backwards-compatibility.md index 410695b6a0b..246b6b04368 100644 --- a/docs-aspnet-core/backwards-compatibility.md +++ b/docs-aspnet-core/backwards-compatibility.md @@ -8,6 +8,30 @@ position: 250 # Breaking Changes +## Changes from 2018 R1 + +To enable more complex widget configuration scenarios and ensure the tag-naming consistency across the Telerik UI for ASP.NET Core suite, the Kendo UI R1 2018 release introduces changes in the tags of the following wrappers: + +Dialog: + +* Previously, it was possible to nest content directly in the `` tag while now, after the release, the content must be nested within a `` tag. + +Window: + +* Previously, it was possible to nest content directly in the `` tag while now, after the release, the content must be nested within a `` tag. + +Upload: + +* The `` tag name is changed to `` +* The `` tag name is changed to ``. +* The `` tag name is changed to ``. +* The `` tag name is changed to ``. +* The `` tag name is changed to ``. + +Splitter: + +* Previously, the tag name of the pane was `` while now, after the release, it is changed to ``. + [Telerik UI for ASP.NET Core](http://www.telerik.com/aspnet-core-ui) is a set of server-side wrappers that allows using the [Kendo UI widgets](../kendo-ui/introduction) from the server code. That is why, all important changes in the Kendo UI suite also apply to the client-side code and behavior of the Telerik UI for ASP.NET Core wrappers. For the list of all breaking changes, refer to the articles on the [Kendo UI breaking changes](../kendo-ui/backwards-compatibility/2017-backward-compatibility). diff --git a/docs-aspnet-core/getting-started/getting-started.md b/docs-aspnet-core/getting-started/getting-started.md index 3e9b8b4dc9a..57e6c3329c9 100644 --- a/docs-aspnet-core/getting-started/getting-started.md +++ b/docs-aspnet-core/getting-started/getting-started.md @@ -106,6 +106,7 @@ To add the NuGet packages: @using MyASPNETCoreProject @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers + @addTagHelper *, Kendo.Mvc @using Kendo.Mvc.UI 6. Copy the Kendo UI client-side resources. You can use either of the following approaches: diff --git a/docs-aspnet-core/helpers/html-helpers/autocomplete.md b/docs-aspnet-core/helpers/html-helpers/autocomplete.md index bcee4edd621..c2a23d20d88 100644 --- a/docs-aspnet-core/helpers/html-helpers/autocomplete.md +++ b/docs-aspnet-core/helpers/html-helpers/autocomplete.md @@ -11,7 +11,7 @@ The AutoComplete HtmlHelper extension is a server-side wrapper for the [Kendo UI It enables you to configure the Kendo UI AutoComplete widget from server-side code. The [AutoComplete](http://docs.telerik.com/kendo-ui/controls/editors/autocomplete/overview) provides suggestions depending on the typed text. It also allows multiple value entries. The suggestions shown by the widget come either from a local array or from a remote data service. -For more information on the HtmlHelper, refer to the article on the [AutoComplete HtmlHelper for ASP.NET MVC](http://demos.telerik.com/aspnet-mvc/autocomplete/index). +For more information on the HtmlHelper, refer to the article on the [AutoComplete HtmlHelper for ASP.NET MVC](https://docs.telerik.com/aspnet-mvc/helpers/autocomplete/overview). ## Basic Usage diff --git a/docs-aspnet-core/helpers/html-helpers/button.md b/docs-aspnet-core/helpers/html-helpers/button.md index 25be37f0ef5..1d340ec2fa3 100644 --- a/docs-aspnet-core/helpers/html-helpers/button.md +++ b/docs-aspnet-core/helpers/html-helpers/button.md @@ -11,7 +11,7 @@ The Button HtmlHelper extension is a server-side wrapper for the [Kendo UI Butto It enables you to configure the Kendo UI Button widget from server-side code. The [Button](http://docs.telerik.com/kendo-ui/controls/navigation/button/overview) provides a styled clickable UI functionality with arbitrary content. Apart from consistent Kendo UI styling, the Button provides keyboard operability for elements, which natively do not have it—for example, `span`. -For more information on the HtmlHelper, refer to the article on the [Button HtmlHelper for ASP.NET MVC](http://docs.telerik.com/aspnet-mvc/helpers/upload/overview). +For more information on the HtmlHelper, refer to the article on the [Button HtmlHelper for ASP.NET MVC](https://docs.telerik.com/aspnet-mvc/helpers/button/overview). ## Basic Usage diff --git a/docs-aspnet-core/helpers/html-helpers/combobox.md b/docs-aspnet-core/helpers/html-helpers/combobox.md index b96c1c4a696..a8dea3d37e8 100644 --- a/docs-aspnet-core/helpers/html-helpers/combobox.md +++ b/docs-aspnet-core/helpers/html-helpers/combobox.md @@ -11,7 +11,7 @@ The ComboBox HtmlHelper extension is a server-side wrapper for the [Kendo UI Com It enables you to configure the Kendo UI ComboBox widget from server-side code. The [ComboBox](http://docs.telerik.com/kendo-ui/controls/editors/combobox/overview) enables the user to enter custom values through the keyboard. It represents a richer version of the `