Skip to content

Commit fa30af6

Browse files
committed
Sync with Kendo UI Professional
1 parent ddc83d0 commit fa30af6

File tree

86 files changed

+103
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+103
-170
lines changed

docs-aspnet/_contentTemplates/core/getting-started-prerequisites.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ To successfully complete the tutorial, you need a project that is already config
66
{% if site.core %}
77
* You can use the [Telerik REPL](https://netcorerepl.telerik.com/) playground and skip installing the components on your system and configuring a project.
88

9-
* You can prepare a Visual Studio project by following either of these guides:
9+
* You can prepare a Visual Studio project by following the following guide:
1010

1111
* Creating a new pre-configured project for the Telerik UI for {{ site.framework }} components from [a project template]({% slug gettingstarted_project_template %}).
1212

13-
* Manually configuring an existing project as described in the [First Steps on Windows]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}) or [First Steps on Mac]({% slug gettingstarted_firststeps_vsmac %}) articles.
14-
1513
{% else %}
1614
* To create a new pre-configured project for the Telerik UI for {{ site.framework }} components, you can [use a project template]({% slug gettingstarted_aspnetmvc %}).
1715

@@ -27,8 +25,6 @@ To successfully complete the tutorial, you need a project that is already config
2725

2826
* To create a new pre-configured project for the Telerik UI for {{ site.framework }} components, you can use [a project template]({% slug gettingstarted_project_template %}).
2927

30-
* To manually configure an existing project, follow the [First Steps on Windows]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}) or [First Steps on Mac]({% slug gettingstarted_firststeps_vsmac %}) articles.
31-
3228
{% else %}
3329
* To create a new pre-configured project for the Telerik UI for {{ site.framework }} components, you can [use a project template]({% slug gettingstarted_aspnetmvc %}).
3430

docs-aspnet/getting-started-core/razor-pages.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,5 +323,4 @@ Razor Pages use `Page` in their routing mechanism which interferes with `GET` re
323323

324324
* [Configure a Custom DataSource for the Grid in Razor Pages]({% slug grid-custom-datasource-razor-ages %})
325325
* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
326-
* [First Steps on Visual Studio for Mac (Online Guide)]({% slug gettingstarted_firststeps_vsmac %})
327326
* [First Steps with CLI (Online Guide)]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %})

docs-aspnet/html-helpers/charts/chart-types/bar-charts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ Setting the `Series` object to `"Bar"` renders horizontal bars.
133133
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
134134
* [Basic Usage of the Range Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/index)
135135
{% if site.core %}
136-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
137136
* [Basic Usage of the Range Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/range-bar-charts/tag-helper)
138137
{% endif %}
139138
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/bubble-charts.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ The Telerik UI Bubble Chart HtmlHelper for {{ site.framework }} is a server-side
1515

1616
Bubble Charts display data as points with coordinates and sizes defined by the value of their items.
1717

18-
* [Demo page for the Bubble Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
19-
{% if site.core %}
20-
* [Demo page for the Bubble Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/bubble-charts/tag-helper)
21-
{% endif %}
18+
* [Demo page for the Bubble Chart](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
2219

2320
## Getting Started
2421

@@ -74,8 +71,5 @@ The following example demonstrates how to create a Bubble Chart and visualizes s
7471

7572
## See Also
7673

77-
* [Basic Usage of the Bubble Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
78-
{% if site.core %}
79-
* [Basic Usage of the Bubble Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/tag-helper)
80-
{% endif %}
74+
* [Basic Usage of the Bubble Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bubble-charts/index)
8175
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/bullet-charts.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ The Telerik UI Bullet HtmlHelper for {{ site.framework }} is a server-side wrapp
1515

1616
Bullet Charts represent a variation of the [Bar Chart]({% slug barcharts_aspnetcore_htmlhelper %}).
1717

18-
* [Demo page for the Bullet Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
19-
{% if site.core %}
20-
* [Demo page for the Bullet Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/bullet-charts/tag-helper)
21-
{% endif %}
18+
* [Demo page for the Bullet Chart](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
2219

2320
## Getting Started
2421

@@ -147,8 +144,5 @@ The following example demonstrates how to use all three options to customize the
147144

148145
## See Also
149146

150-
* [Basic Usage of the Bullet Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
151-
{% if site.core %}
152-
* [Basic Usage of the Bullet Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/tag-helper)
153-
{% endif %}
147+
* [Basic Usage of the Bullet Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bullet-charts/index)
154148
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/categorical-charts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ You can also control the arrangement of the value axes by specifying the values
284284
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
285285
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
286286
{% if site.core %}
287-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
288287
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
289288
{% endif %}
290289
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/funnel-charts.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Funnel Charts display a single series of data in progressively decreasing or inc
1818
Funnel Charts are suitable for representing stages in a sales process and for showing the amount of the potential revenue from each stage. They are also useful when identifying potential problem areas in the sales processes of an organization. Funnel Charts are similar to the [Stacked Bar Charts](https://demos.telerik.com/{{ site.platform }}/bar-charts/stacked-bar) and are well suited for displaying several values.
1919

2020
* [Demo page for the Funnel Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
21-
{% if site.core %}
22-
* [Demo page for the Funnel Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/funnel-charts/tag-helper)
23-
{% endif %}
2421

2522
## Concepts
2623

@@ -95,8 +92,5 @@ The following example demonstrates how to base the widths of the bases for each
9592

9693
## See Also
9794

98-
* [Basic Usage of the Funnel Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
99-
{% if site.core %}
100-
* [Basic Usage of the Funnel Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/tag-helper)
101-
{% endif %}
95+
* [Basic Usage of the Funnel Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/funnel-charts/index)
10296
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/pyramid-charts.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ Pyramid Charts display a single series of data in progressively increasing propo
1717

1818
Pyramid Charts are suitable to represent stages in a priority process, population vizualization, singular datasets, etc.
1919

20-
* [Demo page for the Pyramid Chart HtmlHelper](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
21-
{% if site.core %}
22-
* [Demo page for the Pyramid Chart TagHelper](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/tag-helper)
23-
{% endif %}
20+
* [Demo page for the Pyramid Chart](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
2421

2522
## Concepts
2623

@@ -91,8 +88,5 @@ The following example demonstrates how to configure a basic Pyramid chart.
9188

9289
## See Also
9390

94-
* [Basic Usage of the Pyramid Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
95-
{% if site.core %}
96-
* [Basic Usage of the Pyramid Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/tag-helper)
97-
{% endif %}
91+
* [Basic Usage of the Pyramid Chart for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/pyramid-charts/index)
9892
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/chart-types/scatter-charts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ To enable panning, use the [`Pannable`](/api/kendo.mvc.ui.fluent/chartbuilder#pa
301301
* [Basic Usage of the Bar Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/index)
302302
* [Basic Usage of the Line Chart HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/index)
303303
{% if site.core %}
304-
* [Basic Usage of the Bar Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/bar-charts/tag-helper)
305304
* [Basic Usage of the Line Chart TagHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/line-charts/tag-helper)
306305
{% endif %}
307306
* [Server-Side API](/api/chart)

docs-aspnet/html-helpers/charts/heatmap/overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ The HeatMap uses colors to indicate the relative value of data points in two dim
2222

2323
To see the component in action, check the examples:
2424

25-
* [Demo page for the HeatMap HtmlHelper](https://demos.telerik.com/{{ site.platform }}/heatmap/index)
26-
{% if site.core %}
27-
* [Demo page for the HeatMap TagHelper](https://demos.telerik.com/{{ site.platform }}/heatmap/tag-helper)
28-
{% endif %}
25+
* [Demo page for the HeatMap](https://demos.telerik.com/{{ site.platform }}/heatmap/index)
2926

3027
## Basic configuration
3128

0 commit comments

Comments
 (0)