You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/_contentTemplates/mvc/add-client-side-resources.md
+2
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,6 @@ Before you can use a Telerik UI component, you must include the theme, the jQuer
67
67
> * A jQuery script must be loaded only once. It must be placed only in the `<head>` tag of the `_Layout.cshtml` file. Make sure there are no duplicate jQuery references elsewhere in the `_Layout` file.
68
68
> * The Kendo UI scripts, the Kendo UI CSS file must use a compatible version of the theme, and the `Kendo.Mvc.dll` referenced in the project must be the same version as the Kendo UI script files.
69
69
70
+
If you prefer to include the Kendo UI scripts and styles from a local source instead of CDNs, refer to the [Local Client-Side Resources]({% slug using_local_client_side_resources %}) article.
Copy file name to clipboardExpand all lines: docs-aspnet/backwards-compatibility/2023-backwards-compatibility.md
+14
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ position: 1
10
10
11
11
This article lists the breaking or important changes in the 2023 releases of {{ site.product }}.
12
12
13
+
## {{ site.product }} R3 2023
14
+
15
+
> Important change
16
+
17
+
**Web Font Icons**
18
+
19
+
As of the 2023 R3 release, the font icons have been detached from the [Kendo UI Themes CDN]({% slug cdnservices_core %}) and have been extracted to a separate package. To continue using the font icons, reference the following stylesheet into your application:
The font icons are also available as an NPM package. For more information on how to install the NPM package, refer to the following [documentation](https://www.telerik.com/design-system/docs/foundation/iconography/font-icons/#usage).
Welcome to the First Steps on Mac guide on getting started with Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core with Visual Studio for Mac!
15
15
16
-
The guide creates a use-case scenario which demonstrates how to start working with the suite and implements the Kendo UI DatePicker for ASP.NET Core in your project by using the Telerik UI DatePicker HtmlHelper or TagHelper. For its purposes, the guide uses Visual Studio for Mac 2019.
16
+
The guide creates a use-case scenario which demonstrates how to start working with the suite and implements the Kendo UI DatePicker for ASP.NET Core in your project by using the Telerik UI DatePicker HtmlHelper or TagHelper. For its purposes, the guide uses Visual Studio for Mac 2022.
17
17
18
18
To get up and running with the project:
19
19
@@ -30,7 +30,7 @@ To get up and running with the project:
30
30
31
31
## Creating the Application
32
32
33
-
1. Open Visual Studio for Mac 2019 and select **New**.
33
+
1. Open Visual Studio for Mac 2022 and select **New**.
Copy file name to clipboardExpand all lines: docs-aspnet/getting-started-core/first-steps.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: First Steps on Windows
3
3
page_title: First Steps with VS for Windows
4
-
description: "Create a sample project that uses the Telerik UI components for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC) in Visual Studio for Windows."
4
+
description: "Create a sample project that uses the Telerik UI components for ASP.NET Core (ASP.NET Core MVC application) in Visual Studio for Windows."
# First Steps in {{ site.product }} with VS for Windows
12
12
13
-
This tutorial demonstrates how to start working with Telerik UI for ASP.NET Core. You will implement the Telerik UI DatePicker for ASP.NET Core in your project by using its dedicated HtmlHelper or TagHelper. In this guide, you will download and implement the components by using NuGet and Visual Studio 2019 for Windows.
13
+
This tutorial demonstrates how to start working with Telerik UI for ASP.NET Core. You will implement the Telerik UI DatePicker for ASP.NET Core in your project by using its dedicated HtmlHelper or TagHelper. In this guide, you will download and implement the components by using NuGet and Visual Studio 2022 for Windows.
14
14
15
-
The approach demonstrated in this guide is applicable both for new projects and for already existing projects where you want to implement Telerik UI controls.
15
+
The approach demonstrated in this guide is applicable both for new projects and for existing projects where you want to implement Telerik UI controls.
16
16
17
17
>tipIf you want to start a new project from a template, you can [use the Telerik UI for ASP.NET Core Visual Studio extensions]({%slug gettingstarted_project_template%}) and create a new pre-configured application that has all necessary scripts, styles, and editor templates.
18
18
@@ -49,7 +49,7 @@ In this tutorial, you will:
49
49
50
50
## Creating the Application
51
51
52
-
1. Open Visual Studio 2019 for Windows and select **Create a new project**.
52
+
1. Open Visual Studio 2022 for Windows and select **Create a new project**.
53
53
54
54
1. In the search box, enter **Model-View-Controller**, select the **ASP.NET Core Web App (Model-View-Controller)** C# template, and then select **Next**.
@@ -205,7 +206,7 @@ All Telerik UI for ASP.NET Core components are compatible with the ASP.NET Razor
205
206
206
207
You can post data to the PageModel by binding the model properties to editors and submitting the entire model through a form. The example below demonstrates how to post the selected option from the [AutoComplete component]({% slug htmlhelpers_autocomplete_aspnetcore %}) to the PageModel:
207
208
208
-
```tab-RazorPage(csthml)
209
+
```tab-HtmlHelper-RazorPage(csthml)
209
210
@page
210
211
@model IndexModel
211
212
@@ -236,6 +237,36 @@ You can post data to the PageModel by binding the model properties to editors an
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/charts/chart-types/line-charts.md
+70-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To create a Line series in the Chart, use `Line` and `VerticalLine` in the `Seri
33
33
34
34
## Configuring the Axes
35
35
36
-
To configure the axes, use the `CategoryAxis` and `ValueAxis` settings. Multiple value axes are also supported.
36
+
To configure the axes, use the `CategoryAxis` and `ValueAxis` settings.
37
37
38
38
```HtmlHelper
39
39
@(Html.Kendo().Chart()
@@ -87,6 +87,75 @@ The configuration from the previous example results in the following Line Chart.
87
87
88
88

89
89
90
+
Multiple value axes are also supported. For example, to define four value axes, follow the steps below:
91
+
92
+
1. Configure four `ValueAxis()` configurations with the desired options and set the name of each axis through the `Numeric()` method.
93
+
1. Within the `Series()` configuration, use the `Axis()`option to specify the name of the value axis for each of the defined series.
94
+
1. Set the alignment of the value axes by using the `AxisCrossingValue()` of the `CategoryAxis()`. This method accepts comma-separated indexes that correspond to the indices, at which the value axes cross the category axis.
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/data-management/grid/binding/ajax-binding.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ The Ajax-bound mode has the following features:
17
17
- The Grid retrieves only the data (in JSON format) representing the current page. As a result, only the Grid is updated.
18
18
- All Grid templates (column, detail) are executed client-side. They follow the [Kendo UI for jQuery template](https://docs.telerik.com/kendo-ui/framework/templates/overview) definition rules and may contain embedded JavaScript code.
To configure the Grid for {{ site.framework }} to do Ajax binding to the **Products** table of the Northwind database:
21
25
22
26
1. Create a new {{ site.framework }} web application. Follow the steps from the [introductory article]({% if site.core %}{% slug gettingstarted_aspnetmvc6_aspnetmvc %}{% else %}{% slug gettingstarted_aspnetmvc %}{% endif %}) to add {{ site.product }} to the application.
0 commit comments