Skip to content

Commit 4ce132e

Browse files
committed
Sync with Kendo UI Professional
1 parent f7b7924 commit 4ce132e

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

docs-aspnet/html-helpers/chartwizard/binding/remote-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Remote Binding
33
page_title: Remote Data Binding
4-
description: "Learn how to bind the Telerik UI for {{ site.framework }} Chart Wizard component to a data received from a remote endpoint."
4+
description: "Learn how to bind the Telerik UI for {{ site.framework }} Chart Wizard component to data received from a remote endpoint."
55
slug: htmlhelpers_remotebinding_chartwizard
66
position: 3
77
---

docs-aspnet/html-helpers/chartwizard/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ position: 1
1010

1111
This tutorial explains how to set up the Telerik UI for {{ site.framework }} Chart Wizard and goes through the steps in the configuration of the component.
1212

13+
The Chart Wizard component provides a user-friendly interface that allows you to create and customize various chart visualizations using data from external sources or from a [Grid]({%slug htmlhelpers_grid_aspnetcore_overview%}).
14+
1315
You will initialize a Chart Wizard component and bind it to a remote service. Then, you will configure different export and window options for the component. {% if site.core %}Finally, you can run the sample code in [Telerik REPL](https://netcorerepl.telerik.com/) and continue exploring the components.{% endif %}
1416

1517
After completing this guide, you will achieve the following results:
@@ -45,7 +47,7 @@ Optionally, you can structure the document by adding the desired HTML elements l
4547

4648
## 2. Initialize the Chart Wizard
4749

48-
Use the Chart Wizard HtmlHelper {% if site.core %}or TagHelper{% endif %} to configure the component.
50+
Use the Chart Wizard HtmlHelper {% if site.core %}or TagHelper {% endif %}to configure the component.
4951

5052
* The `Name()` configuration method is mandatory as its value is used for the `id` and the `name` attributes of the Chart Wizard element.
5153
* The `DataColumns()` option specifies the Model properties that will be available in the chart configurator to set up the chart series and axes.

docs-aspnet/html-helpers/chartwizard/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Telerik UI Chart Wizard TagHelper and HtmlHelper for {{ site.framework }} ar
1414
The Telerik UI Chart Wizard HtmlHelper for {{ site.framework }} is a server-side wrapper for the Kendo UI Chart Wizard widget.
1515
{% endif %}
1616

17-
The Chart Wizard lets you configure the visual representation in various charts by selecting different data from an external source or a particular [Grid]({%slug htmlhelpers_grid_aspnetcore_overview%}) data.
17+
The Chart Wizard lets you create and configure various chart visualizations by selecting different data from an external source or a particular [Grid]({%slug htmlhelpers_grid_aspnetcore_overview%}) data.
1818

1919
The component has a user-friendly interface that allows you to specify the chart type and its elements, such as series, axes, chart area, title, legend, and more. When you configure the desired chart, you can export it to PDF, SVG, or PNG files.
2020

docs-aspnet/html-helpers/chartwizard/window-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 4
1010

1111
By design, the Chart Wizard is displayed in a [Window]({% slug htmlhelpers_window_aspnetcore%}) component.
1212

13-
To configure the Window settings like dimensions, position, resizing, and more, utilize the `Window()` configuration. The Window of the Chart Wizard has all the functionalities available in the stand-alone [Window]({% slug htmlhelpers_window_aspnetcore%}) component.
13+
To configure the Window settings like dimensions, position, resizing, and more, utilize the `Window()` configuration. The Window of the Chart Wizard has all the functionalities available in the standalone [Window]({% slug htmlhelpers_window_aspnetcore%}) component.
1414

1515
The following example demonstrates how to customize the Window of the Chart Wizard. The Window opens when a button is clicked.
1616

docs-aspnet/html-helpers/editors/otpinput/appearance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ The following options are available for the `FillMode` configuration:
5959
- `Solid`
6060
- `Outline`
6161
- `Flat`
62-
- `Link`
63-
- `Clear`
6462
- `None`
6563

6664
The default OTPInput fill mode is `Solid`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 8
88

99
# Events
1010

11-
The Telerik UI for {{ site.framework }} OTPInput exposes an [event](/api/kendo.mvc.ui.fluent/otpinputeventbuilder) that allows you to control and customize the behavior of the UI component.
11+
The Telerik UI for {{ site.framework }} OTPInput exposes a [Change](/api/kendo.mvc.ui.fluent/otpinputbuilder#eventssystemaction) event that allows you to control and customize the behavior of the UI component.
1212

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

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ position: 1
1010

1111
This tutorial explains how to set up a basic Telerik UI for {{ site.framework }} OTPInput component and highlights the major steps in the configuration of the component.
1212

13-
You will initialize an OTPInput component with a set of items. Then, you will use the events of the UI component. {% if site.core %}Finally, you can run the sample code in [Telerik REPL](https://netcorerepl.telerik.com/) and continue exploring the components.{% endif %}
13+
You will initialize an OTPInput component with a set of items. Which will be either grouped together or rendered as standalone OTPInputs. This gives you control over the component's input composition.
14+
15+
Then, you will use the events of the UI component. {% if site.core %}Finally, you can run the sample code in [Telerik REPL](https://netcorerepl.telerik.com/) and continue exploring the components.{% endif %}
1416

1517
![Sample Telerik UI for {{ site.framework }} OTPInput](./images/otpinput-getting-started.png)
1618

@@ -45,7 +47,7 @@ Optionally, you can structure the document by adding the desired HTML elements l
4547

4648
## 2. Initialize the OTPInput
4749

48-
Use the OTPInput HtmlHelper {% if site.core %}or TagHelper{% endif %} to add the component to a page:
50+
Use the OTPInput HtmlHelper{% if site.core %} or TagHelper{% endif %} to add the component to a page:
4951

5052
* The `Name()` configuration method is mandatory as its value is used for the `id` and the `name` attributes of the OTPInput element.
5153
* The `Items()` collection contains the list of items representing the different input groups.
@@ -88,7 +90,7 @@ Use the OTPInput HtmlHelper {% if site.core %}or TagHelper{% endif %} to add the
8890

8991
## 3. Configure the Separator
9092

91-
The OTPInput components allows you to add a separator between each of the established input groups. In this tutorial, you will use the available `SeparatorHandler()` option to render a [SVG Icon](https://docs.telerik.com/{{ site.platform }}/styles-and-layout/sass-themes/svg-icons#what-are-svg-icons).
93+
The OTPInput components allows you to add a separator between each of the established input groups. In this tutorial, you will use the available `SeparatorHandler()` option to render an [SVG Icon](https://docs.telerik.com/{{ site.platform }}/styles-and-layout/sass-themes/svg-icons#what-are-svg-icons).
9294

9395
```HtmlHelper
9496
@using Kendo.Mvc.UI

docs-aspnet/html-helpers/editors/otpinput/items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 5
88

99
# Items
1010

11-
In this article, you will find information about the different ways to add items within the boundaries of the {{ site.product }} OTPInput items.
11+
In this article, you will find information about different ways to configure the {{ site.product }} OTPInput items.
1212

1313
The option accepts either an:
1414

@@ -30,7 +30,7 @@ The below example demonstrates how to configure the items by passing a number.
3030
```
3131
{% endif%}
3232

33-
The next example shows how to to configure the items by passing an Action delegate.
33+
The next example shows how to configure the items by passing an Action delegate.
3434

3535
```HtmlHelper
3636
@(Html.Kendo().OTPInput()

docs-aspnet/html-helpers/editors/otpinput/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The available types are:
1414

1515
* `Number`—Allows typing only numerical characters.
1616
* `Text`—Allows typing characters of a different nature.
17-
* `Password`&mdash;Behaves like a input element of type <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password" target="_blank">password</a>.
17+
* `Password`&mdash;Behaves like an input element of type <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password" target="_blank">password</a>.
1818

1919
The below example demonstrates how to configure the `Type()` configuration of the component.
2020

0 commit comments

Comments
 (0)