Skip to content

Commit a1aa34a

Browse files
committed
Sync with Kendo UI Professional
1 parent 258f12a commit a1aa34a

File tree

120 files changed

+146
-123
lines changed

Some content is hidden

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

120 files changed

+146
-123
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
title: Razor Pages
3-
page_title: ASP.NET Core DropDownList Razor | Telerik UI for ASP.NET Core
3+
page_title: ASP.NET Core DropDownList Razor Pages | Telerik UI for ASP.NET Core
44
description: "Find out how to configure the ASP.NET Core DropDownList component in a Razor Pages scenario."
55
slug: htmlhelpers_dropdownlist_razorpage_aspnetcore
66
position: 3
77
---
88

9-
# DropDownList in Razor Pages
9+
# ASP.NET Core DropDownList in Razor Pages
10+
1011
Razor Pages is an alternative to the MVC pattern that makes page-focused coding easier and more productive. This approach consists of a `cshtml` file and a `cshtml.cs` file (by design, the two files have the same name).
1112
You can seamlessly integrate the Telerik UI DropDownList for {{ site.framework }} in Razor Pages applications.
1213
This article describeshow to configure the DropDownList component in a Razor Pages scenario.

docs-aspnet/knowledge-base/grid-add-a-custom-button-in-toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To add a custom button:
7070
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
7171
7272
{% if site.core %}
73-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
73+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
7474
7575
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
7676

docs-aspnet/knowledge-base/grid-add-asynchronous-calls-to-action-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The ViewModel definition can be found here:
9292
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
9393

9494
{% if site.core %}
95-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
95+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
9696

9797
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
9898

docs-aspnet/knowledge-base/grid-add-new-button-header-inline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ What is the best approach for adding a button in the Grid's command column heade
6060
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
6161

6262
{% if site.core %}
63-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
63+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
6464

6565
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
6666

docs-aspnet/knowledge-base/grid-ajax-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For the complete implementation on how to connect a Grid HtmlHelper for ASP.NET
3434
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
3535

3636
{% if site.core %}
37-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
37+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
3838

3939
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
4040

docs-aspnet/knowledge-base/grid-ajax-editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the complete implementation on how to use AJAX calls to edit the data in a G
3333
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
3434

3535
{% if site.core %}
36-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
36+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
3737

3838
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
3939

docs-aspnet/knowledge-base/grid-auto-resize-when-hiding-showing-columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function onDataBound(e) {
134134
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
135135

136136
{% if site.core %}
137-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
137+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
138138

139139
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
140140

docs-aspnet/knowledge-base/grid-autofit-all-columns-width.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Applying auto-sizing to all columns of the Grid is a resource intensive operatio
125125
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
126126

127127
{% if site.core %}
128-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
128+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
129129

130130
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
131131

docs-aspnet/knowledge-base/grid-bind-a-dropdownlist-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For further details on configuring Custom Editors for the Grid refer to the [Cus
5656
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
5757

5858
{% if site.core %}
59-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
59+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
6060

6161
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
6262

docs-aspnet/knowledge-base/grid-boolean-dropdownlist-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public partial class GridController : Controller
175175
* [{{ site.framework }} Grid Demos](https://demos.telerik.com/{{ site.platform }}/grid/index)
176176

177177
{% if site.core %}
178-
* [{{ site.framework }} Grid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
178+
* [{{ site.framework }} DataGrid Product Page](https://www.telerik.com/aspnet-core-ui/grid)
179179

180180
* [Telerik UI for {{ site.framework }} Video Onboarding Course (Free for trial users and license holders)]({%slug virtualclass_uiforcore%})
181181

0 commit comments

Comments
 (0)