Skip to content

Commit e7ba30d

Browse files
committed
Sync with Kendo UI Professional
1 parent cf0ec91 commit e7ba30d

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

docs-aspnet/getting-started-mvc/manual-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The method described here is applicable both to new and already existing project
1919

2020
* [Visual Studio](https://www.visualstudio.com/downloads/) 2012 or later.
2121

22-
For Visual Studio 2017 or later, you must install the **ASP.NET & web development** workload. See Microsoft's <a href="/docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019#step-4---choose-workloads" target="_blank">Install Visual Studio workloads</a> documentation for guidance.
22+
For Visual Studio 2017 or later, you must install the **ASP.NET & web development** workload. See Microsoft's <a href="https://learn.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019#step-4---choose-workloads" target="_blank">Install Visual Studio workloads</a> documentation for guidance.
2323

2424
* [Telerik account](https://www.telerik.com/account).
2525

docs-aspnet/getting-started-mvc/setup-with-nuget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get up and running with the project:
2828

2929
* [Visual Studio](https://www.visualstudio.com/downloads/) 2012 or later.
3030

31-
For Visual Studio 2017 or later, you must install the **ASP.NET & web development** workload. See Microsoft's <a href="/docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019#step-4---choose-workloads" target="_blank">Install Visual Studio workloads</a> documentation for guidance.
31+
For Visual Studio 2017 or later, you must install the **ASP.NET & web development** workload. See Microsoft's <a href="https://learn.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2019#step-4---choose-workloads" target="_blank">Install Visual Studio workloads</a> documentation for guidance.
3232

3333
* To download the Telerik UI NuGet packages, you need a [Telerik account](https://www.telerik.com/account).
3434

docs-aspnet/html-helpers/charts/elements/legend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ To exclude series from the legend, set their `VisibleInLegend` option to `false`
166166

167167
You can configure the legend section of the Chart to render a title with customizable layout and content.
168168

169-
To define a title, configure the [`Title`](/api/kendo.mvc.ui.fluent/chartlegendsettingsbuilder#titlesystemaction) property of the `Legend` configuration.
169+
To define a title, configure the [`Title`](/api/kendo.mvc.ui.fluent/chartlegendbuilder#titlesystemaction) property of the `Legend` configuration.
170170

171171
```HtmlHelper
172172
@(Html.Kendo().Chart()

docs-aspnet/html-helpers/charts/stockchart/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 5
88

99
# Events
1010

11-
The StockChart exposes a variety of [events](api/kendo.mvc.ui.fluent/stockcharteventbuilder) that you can handle and further customize the behavior of the UI component.
11+
The StockChart exposes a variety of [events](/api/kendo.mvc.ui.fluent/stockcharteventbuilder) that you can handle and further customize the behavior of the UI component.
1212

1313
For a complete example on basic Chart events, refer to the [demo on using the events of the Chart](https://demos.telerik.com/{{ site.platform }}/chart-api/events).
1414

docs-aspnet/html-helpers/data-management/propertygrid/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 5
88

99
# Events
1010

11-
The Telerik UI PropertyGrid for {{ site.framework }} [exposes various events](/api/kendo.mvc.ui.fluent/propertygridventbuilder) that allow you to control the behavior of the UI component.
11+
The Telerik UI PropertyGrid for {{ site.framework }} [exposes various events](/api/kendo.mvc.ui.fluent/propertygrideventbuilder) that allow you to control the behavior of the UI component.
1212

1313
For a complete example on basic PropertyGrid events, refer to the [demo on using the events of the PropertyGrid](https://demos.telerik.com/{{ site.platform }}/propertygrid/events).
1414

docs-aspnet/html-helpers/diagrams-and-maps/orgchart/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 5
88

99
# Events
1010

11-
The OrgChart exposes a variety of [events](api/kendo.mvc.ui.fluent/orgcharteventbuilder) that you can handle and further customize the behavior of the UI component.
11+
The OrgChart exposes a variety of [events](/api/kendo.mvc.ui.fluent/orgcharteventbuilder) that you can handle and further customize the behavior of the UI component.
1212

1313
For a complete example on the OrgChart events, refer to the [OrgChart Events Demo](https://demos.telerik.com/{{ site.platform }}/orgchart/events).
1414

docs-aspnet/html-helpers/editors/checkbox/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To change the [appearance]({% slug checkbox_appearance %}) of the CheckBox, use
102102

103103
## 5. Handle the CheckBox Events
104104

105-
The CheckBox component exposes an [event](api/kendo.mvc.ui.fluent/checkboxbuilder#eventssystemaction) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Change` event to display a popup message when the value of the CheckBox changes through user interaction.
105+
The CheckBox component exposes an [event](/api/kendo.mvc.ui.fluent/checkboxbuilder#eventssystemaction) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Change` event to display a popup message when the value of the CheckBox changes through user interaction.
106106

107107
```HtmlHelper
108108
@(Html.Kendo().CheckBox()

docs-aspnet/html-helpers/editors/checkboxgroup/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use the CheckBoxGroup HtmlHelper {% if site.core %}or TagHelper{% endif %} to ad
8282
{% endif %}
8383

8484
## 3. Handle the CheckBoxGroup Events
85-
The CheckBoxGroup exposes various [events](/api/kendo.mvc.ui.fluent/checkboxbroupeventbuilder) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Focus` and `Select` events to determine whether the user utilizes the [Keyboard Navigation](https://docs.telerik.com/aspnet-core/html-helpers/editors/checkboxgroup/accessibility/keyboard-navigation) feature.
85+
The CheckBoxGroup exposes various [events](/api/kendo.mvc.ui.fluent/checkboxgroupeventbuilder) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Focus` and `Select` events to determine whether the user utilizes the [Keyboard Navigation](https://docs.telerik.com/aspnet-core/html-helpers/editors/checkboxgroup/accessibility/keyboard-navigation) feature.
8686

8787
```HtmlHelper
8888
@using Kendo.Mvc.UI

docs-aspnet/html-helpers/editors/datepicker/dateinput-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use the DateInput in a DatePicker, enable the [`DateInput`](/api/kendo.mvc.ui
3030
```
3131
{% endif %}
3232

33-
To customize the placeholders of the DateInput use the [`Messages`](/api/kendo.mvc.ui.fluent/datepickermessagessettingsbuilder) configuration and set the desired DateInput message. The component also provides the `Format()` option that you can leverage to set the date format, which will be used to parse and format the machine date. Defaults to `CultureInfo.DateTimeFormat.ShortDatePattern`.
33+
To customize the placeholders of the DateInput use the [`Messages`](/api/kendo.mvc.ui.fluent/datepickerbuilder#messagessystemaction) configuration and set the desired DateInput message. The component also provides the `Format()` option that you can leverage to set the date format, which will be used to parse and format the machine date. Defaults to `CultureInfo.DateTimeFormat.ShortDatePattern`.
3434

3535
## AutoFill Functionality
3636

docs-aspnet/html-helpers/editors/datetimepicker/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use the DateInput as the input element in a DateTimePicker, enable the [`Date
3030
```
3131
{% endif %}
3232

33-
To customize the placeholders of the DateInput use the [`Messages`](api/kendo.mvc.ui.fluent/datetimepickermessagessettingsbuilder) configuration and set the desired DateInput messages.
33+
To customize the placeholders of the DateInput use the [`Messages`](/api/kendo.mvc.ui.fluent/datepickerbasemessagessettingsbuilder) configuration and set the desired DateInput messages.
3434

3535
## AutoFill functionality
3636

docs-aspnet/html-helpers/editors/flatcolorpicker/contrast-tool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 4
1010

1111
The FlatColorPicker provides a Color Contrast Tool. It offers the capability for checking the color contrast ratio between two colors.
1212

13-
Color contrast between text and background is important on web pages. It affects some people’s ability to perceive the required information. The tool follows [the WCAG recommendations](/editors/flatcolorpicker/accessibility/overview#wcag-21) for web accessibility.
13+
Color contrast between text and background is important on web pages. It affects some people’s ability to perceive the required information. The tool follows [the WCAG recommendations](slug://htmlhelpers_flatcolorpicker_accessibility) for web accessibility.
1414

1515
According to the WCAG standard, there are two levels of contrast ratio:
1616
* AA (minimum contrast)—The level AA requires a contrast ratio of at least 4.5:1 for normal text.

docs-aspnet/html-helpers/editors/imageeditor/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 3
1010

1111
You can subscribe to [all ImageEditor events](/api/kendo.mvc.ui.fluent/imageeditoreventbuilder) and then use them to further customize the behavior of the component.
1212

13-
The example below demonstrates how to use the [`Execute` event](api/kendo.mvc.ui.fluent/imageeditoreventbuilder#executesystemstring) that the ImageEditor generates when the user executes a command.
13+
The example below demonstrates how to use the [`Execute` event](/api/kendo.mvc.ui.fluent/imageeditoreventbuilder#executesystemstring) that the ImageEditor generates when the user executes a command.
1414

1515
```HtmlHelper
1616
@using Kendo.Mvc.UI

docs-aspnet/html-helpers/editors/multiselect/binding/razor-page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To bind the MultiSelect to a property from the `PageModel`, follow the next step
169169
* [Using Telerik UI for ASP.NET Core in Razor Pages](https://docs.telerik.com/aspnet-core/getting-started/razor-pages#using-telerik-ui-for-aspnet-core-in-razor-pages)
170170
* [Client-Side API of the MultiSelect](https://docs.telerik.com/kendo-ui/api/javascript/ui/multiselect)
171171
* [Server-Side HtmlHelper API of the MultiSelect](/api/multiselect)
172-
* [Server-Side TagHelper API of the MultiSelect](/api/taghelpers/)
172+
* [Server-Side TagHelper API of the MultiSelect](/api/taghelpers/multiselect)
173173
* [Knowledge Base Section](/knowledge-base)
174174

175175

docs-aspnet/html-helpers/editors/switch/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To change the [appearance]({% slug switch_appearance %}) of the Switch, use any
102102

103103
## 5. Handle the Switch Events
104104

105-
The Switch component exposes various [events](api/kendo.mvc.ui.fluent/switcheventbuilder) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Change` event to display a popup message when the value of the Switch changes through user interaction.
105+
The Switch component exposes various [events](/api/kendo.mvc.ui.fluent/switcheventbuilder) that you can handle and further customize the functionality of the component. In this tutorial, you will use the `Change` event to display a popup message when the value of the Switch changes through user interaction.
106106

107107
```HtmlHelper
108108
@(Html.Kendo().Switch()

docs-aspnet/html-helpers/interactivity/progressbar/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 6
88

99
# Events
1010

11-
You can subscribe to all [ProgressBar events](api/kendo.mvc.ui.fluent/progressbareventbuilder). For a complete example on basic ProgressBar events, refer to the [demo on using the events of the ProgressBar](https://demos.telerik.com/{{ site.platform }}/progressbar/events).
11+
You can subscribe to all [ProgressBar events](/api/kendo.mvc.ui.fluent/progressbareventbuilder). For a complete example on basic ProgressBar events, refer to the [demo on using the events of the ProgressBar](https://demos.telerik.com/{{ site.platform }}/progressbar/events).
1212

1313
## Handling by Handler Name
1414

docs-aspnet/html-helpers/layout/expansionpanel/state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The ExpansionPanel can be rendered in an expanded state by default. To configure
5858

5959
## Toggleable State
6060

61-
By default, the user can expand or collapse the ExpansionPanel. To prevent this behavior, set the [`Toggleable`](/Kendo.Mvc.UI.Fluent/ExpansionPanelBuilder#toggleablesystemboolean) property to `false`.
61+
By default, the user can expand or collapse the ExpansionPanel. To prevent this behavior, set the [`Toggleable`](/api/kendo.mvc.ui.fluent/ExpansionPanelBuilder#toggleablesystemboolean) property to `false`.
6262

6363
```HtmlHelper
6464
@(Html.Kendo().ExpansionPanel()

docs-aspnet/html-helpers/navigation/actionsheet/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ You can reference the ActionSheet instances that you have created and build on t
227227
</script>
228228
```
229229

230-
1. Use the [ActionSheet client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/actionsheet#methods) to control the behavior of the component. In this example, you will enable the adaptive mode of the ActionSheet through the [`Adaptive()`](api/kendo.mvc.ui.fluent/actionsheetbuilder#adaptive) option and use the `fullscreen()` method to set the ActionSheet in full-screen mode dynamically (for example, when a button is clicked).
230+
1. Use the [ActionSheet client-side API](https://docs.telerik.com/kendo-ui/api/javascript/ui/actionsheet#methods) to control the behavior of the component. In this example, you will enable the adaptive mode of the ActionSheet through the [`Adaptive()`](/api/kendo.mvc.ui.fluent/actionsheetbuilder#adaptivesystemboolean) option and use the `fullscreen()` method to set the ActionSheet in full-screen mode dynamically (for example, when a button is clicked).
231231

232232

233233
```HtmlHelper

docs-aspnet/html-helpers/navigation/timeline/images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Timeline can render an `<img />` tag for the first item from the `Images` co
1313

1414
The example below shows how you can add an image for the events.
1515

16-
>tip If you want to show more than one image, you need to customize the [template of the Timeline](templates).
16+
>tip If you want to show more than one image, you need to customize the [template of the Timeline](slug://templates_htmlhelpers_timeline_aspnetcore).
1717
1818

1919
```HtmlHelper

docs-aspnet/html-helpers/navigation/treeview/drag-drop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 6
88

99
# Node Click-Move-Click
1010

11-
As of {{site.product}} UI R2 SP1 2023, users can reorder the TreeView's nodes by using the click-move-click functionality. To enable the feature use the [`.DragAndDrop(dd=>dd.ClickMoveClick(true))`](/api/kendo.mvc.ui.fluent/draganddropbuilder#clickmoveclicksystemboolean) configuration option. To start moving the node, users can click on it, and then click again to place the node in its new position.
11+
As of {{site.product}} UI R2 SP1 2023, users can reorder the TreeView's nodes by using the click-move-click functionality. To enable the feature use the [`.DragAndDrop(dd=>dd.ClickMoveClick(true))`](/api/kendo.mvc.ui.fluent/treeviewdraganddropbuilder#clickmoveclicksystemboolean) configuration option. To start moving the node, users can click on it, and then click again to place the node in its new position.
1212

1313
```HtmlHelper
1414
@(Html.Kendo().TreeView()

docs-aspnet/html-helpers/scheduling/gantt/column-menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 8
1010

1111
The Gantt provides a built-in option for triggering column operations through a menu.
1212

13-
To enable the Column Menu use [`.ColumnMenu()`](api/kendo.mvc.ui.fluent/ganttbuilder#columnmenu) configuration method. As a result, the column headers of the Gantt's TreeList render a column menu, which allows the user to sort, filter, reorder, or change the visibility of a column. The column menu also detects when a specific column operation is disabled through the column definition and does not render the corresponding UI. For a runnable example, refer to the [demo on configuring the Columns in the Gantt](https://demos.telerik.com/{{ site.platform }}/gantt/columns).
13+
To enable the Column Menu use [`.ColumnMenu()`](/api/kendo.mvc.ui.fluent/ganttbuilder#columnmenusystemboolean) configuration method. As a result, the column headers of the Gantt's TreeList render a column menu, which allows the user to sort, filter, reorder, or change the visibility of a column. The column menu also detects when a specific column operation is disabled through the column definition and does not render the corresponding UI. For a runnable example, refer to the [demo on configuring the Columns in the Gantt](https://demos.telerik.com/{{ site.platform }}/gantt/columns).
1414

1515
> When the `columnMenu` configuration is enabled, the Gantt fires the client-side [`columnMenuInit`](/api/javascript/ui/gantt/events/columnmenuinit) and [`columnMenuOpen`](/api/javascript/ui/gantt/events/columnmenuopen) events instead of [`filterMenuInit`](/api/javascript/ui/gantt/events/filtermenuinit) and [`filterMenuOpen`](/api/javascript/ui/gantt/events/filtermenuopen).
1616

docs-aspnet/html-helpers/scheduling/gantt/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 10
1010

1111
You can subscribe to [all Gantt events](/api/kendo.mvc.ui.fluent/gantteventbuilder) and then use them to further customize the behavior of the component.
1212

13-
The example below demonstrates how to use the [`Move` event](api/kendo.mvc.ui.fluent/gantteventbuilder#movesystemstring) that the Gantt generates when the user moves a task.
13+
The example below demonstrates how to use the [`Move` event](/api/kendo.mvc.ui.fluent/gantteventbuilder#movesystemstring) that the Gantt generates when the user moves a task.
1414

1515
```HtmlHelper
1616
@using Kendo.Mvc.UI

docs-aspnet/knowledge-base/detail-grid-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ How can I export master and detail {{ site.framework }} Grids to Excel?
3434

3535
The following examples demonstrate how to export detail Grids to Excel and merge their workbooks with the master Grid workbook.
3636

37-
To get the workbook of the detail Grids, the demos use the [`excelExport`](api/Kendo.Mvc.UI.Fluent/GridEventBuilder#excelexportsystemfuncsystemobjectsystemobject) event. This event is prevented to avoid the saving of an Excel file for each detail Grid. For more information on how Excel documents work, refer to the [introductory help topic on Excel](https://docs.telerik.com/kendo-ui/framework/excel/introduction#create-excel-document).
37+
To get the workbook of the detail Grids, the demos use the [`excelExport`](/api/kendo.mvc.ui.fluent/GridEventBuilder#excelexportsystemfuncsystemobjectsystemobject) event. This event is prevented to avoid the saving of an Excel file for each detail Grid. For more information on how Excel documents work, refer to the [introductory help topic on Excel](https://docs.telerik.com/kendo-ui/framework/excel/introduction#create-excel-document).
3838

3939
The following example demonstrates how to export a detail Grid to Excel including the current page only.
4040

docs-aspnet/knowledge-base/panelbar-hierarchy-binding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ How can I display hierarchical data in the PanelBar component?
2727

2828
## Solution
2929

30-
1. Create a `List` collection of type [`PanelBarItemModel`](/api/kendo.mvc.ui/panelbaritemmodell) and access it in the view.
30+
1. Create a `List` collection of type [`PanelBarItemModel`](/api/kendo.mvc.ui/panelbaritemmodel) and access it in the view.
3131
1. Use the [`BindTo()`](/api/kendo.mvc.ui.fluent/panelbarbuilder#bindtosystemcollectionsienumerablesystemaction) method of the PanelBar to bind the component to the collection.
3232

3333
```HtmlHelper

docs-aspnet/knowledge-base/pass-additional-data-datasourceresult.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ res_type: kb
2222

2323

2424
## Description
25-
How can I pass additional data through the [`DataSourceResult`](api/kendo.mvc.ui/datasourceresult) from the Controller back to the View?
25+
How can I pass additional data through the [`DataSourceResult`](/api/kendo.mvc.ui/datasourceresult) from the Controller back to the View?
2626

2727
## Solution
2828
The desired result can be achieved by following the steps below:

0 commit comments

Comments
 (0)