Skip to content

Commit 0ae8e6b

Browse files
committed
Sync with Kendo UI Professional
1 parent bcda357 commit 0ae8e6b

File tree

114 files changed

+365
-374
lines changed

Some content is hidden

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

114 files changed

+365
-374
lines changed

docs-aspnet/how-to/define-custom-helper-methods-for-mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: howto_definecustomhelpermethodsformvc_aspnetmvc
77

88
# Define Custom Kendo UI Helper Methods for ASP.NET MVC
99

10-
To see the example, refer to the project on how to [define custom Kendo UI helper methods for ASP.NET MVC](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/general/DefineCustomKendoHelper).
10+
To see the example, refer to the project on how to [define custom Kendo UI helper methods for ASP.NET MVC](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/DefineCustomHtmlHelper).
1111

1212
## See Also
1313

docs-aspnet/how-to/use-with-requirejs-mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ slug: howto_usekendowithrequirejs_aspnetmvc
77

88
# Use Kendo UI with RequireJS
99

10-
To see the example, refer to the project on how to [use Kendo UI with RequireJS](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/general/kendorequirejs).
10+
To see the example, refer to the project on how to [use Kendo UI with RequireJS](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/RequireJS).
1111

1212
## See Also
1313

docs-aspnet/html-helpers/charts/how-to/binding-to-singalr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 0
1111

1212
The Data Source component used by the Chart supports binding to a SignalR hub and subscribing to push notifications.
1313

14-
To see the example, refer to the GitHub repo with the [sample project of a SignalR-bound Chart](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/chart/signalr-bound-chart).
14+
To see the example, refer to the GitHub repo with the [sample project of a SignalR-bound Chart](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/ChartSignalR).
1515

1616
## See Also
1717

docs-aspnet/html-helpers/charts/how-to/create-dynamic-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also bind the series to a collection of data items, specifying field bin
4444
)
4545
```
4646

47-
To see the full examples, refer to the GitHub repository of the [sample project on dynamic series](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/chart/dynamic-series).
47+
To see the full examples, refer to the GitHub repository of the [sample project on dynamic series](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/ChartDynamicSeries).
4848

4949
## See Also
5050

docs-aspnet/html-helpers/charts/how-to/use-chart-in-ajax-grid-column.md

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

99
# Create Charts in Ajax Grid Columns
1010

11-
To see the example, refer to the project on how to [use a Chart in the `ClientTemplate` of a Grid column and bind the Chart based on the row data](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/chart/ChartInGrid).
11+
To see the example, refer to the project on how to [use a Chart in the `ClientTemplate` of a Grid column and bind the Chart based on the row data](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/ChartInGrid).
1212

1313
## See Also
1414

docs-aspnet/html-helpers/data-management/filemanager/globalization/intl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By default, the Grid creates its `date` objects on the client immediately after
1818

1919
## Using UTC on Both Client and Server
2020

21-
To display the date in a UTC timezone regardless of the user timezone, refer to the complete example on [setting the UTC timezone on both client and server (MVC Project)](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/utc-on-server-and-client).
21+
To display the date in a UTC timezone regardless of the user timezone, refer to the complete example on [setting the UTC timezone on both client and server (MVC Project)](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/GridDateUtcOnServerAndClient).
2222

2323
## See also
2424

docs-aspnet/html-helpers/data-management/grid/binding/ajax-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If you have installed the [Telerik UI for ASP.NET MVC Visual Studio Extensions](
169169
![{{ site.product_short }} The final result is a Grid bound to data](../images/grid-binding-mvc.png)
170170
{% endif %}
171171

172-
To download a Visual Studio Project, refer to [this GitHub repository]({% if site.mvc %} https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/ajax-binding{% else %}https://github.com/telerik/ui-for-aspnet-core-examples/blob/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Views/Grid/AjaxBinding.cshtml{% endif %}).
172+
To download a Visual Studio Project, refer to [this GitHub repository]({% if site.mvc %} https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/GridAjaxBindingDatabase{% else %}https://github.com/telerik/ui-for-aspnet-core-examples/blob/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Views/Grid/AjaxBinding.cshtml{% endif %}).
173173

174174
## See Also
175175

docs-aspnet/html-helpers/data-management/grid/binding/custom-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The Grid provides the following custom binding options:
160160
)
161161
)
162162

163-
To download the Visual Studio Project, refer to [this GitHub repository](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/custom-server-binding).
163+
To download the Visual Studio Project, refer to [this GitHub repository](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/GridCustomServerBinding).
164164

165165
For a complete example, refer to the [demo on implementing server binding of the Grid](https://demos.telerik.com/aspnet-mvc/grid/serverbinding).
166166

@@ -496,7 +496,7 @@ For a complete example, refer to the [demo on implementing server binding of the
496496
{% endif %}
497497
498498
{% if site.mvc %}
499-
To download the Visual Studio Project, refer to [this GitHub repository](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/custom-ajax-binding).
499+
To download the Visual Studio Project, refer to [this GitHub repository](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/GridCustomAjaxBinding).
500500
{% endif %}
501501
502502
For a complete example, refer to the [demo on implementing custom Ajax binding of the Grid](https://demos.telerik.com/{{ site.platform }}/grid/customajaxbinding).

docs-aspnet/html-helpers/data-management/grid/binding/server-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To bind the Grid to data, set its data source and render the view by using any o
4545

4646
## Binding to the View Model
4747

48-
To download the Visual Studio Project, refer to [this GitHub repository](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/server-binding).
48+
The example below demonstrates how to bind the Grid to a model.
4949

5050
```Controller
5151
public ActionResult Index()

docs-aspnet/html-helpers/data-management/grid/editing/inline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ When editing is performed, server validation is often needed. This section demon
439439
To check and download runnable samples demonstrating Inline editing, you can go to these resources:
440440

441441
* [Inline Editing Demo](https://demos.telerik.com/{{ site.platform }}/grid/editing-inline)
442-
* [Inline Editing Sample](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/grid-inline-editing-with-nullable-boolean)
442+
* [Inline Editing Sample](https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/Telerik.Examples.Mvc/Telerik.Examples.Mvc/Areas/GridEditingInLineNullableBoolean)
443443

444444
## See Also
445445

0 commit comments

Comments
 (0)