You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet-mvc/tutorials/quickstart/team-efficiency.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -474,7 +474,7 @@ In this chapter you will learn about the Kendo UI ListView control and client-si
474
474
475
475
#### Overview
476
476
477
-
The purpose of [Kendo UI ListView](http://docs.telerik.com/kendo-ui/controls/data-management/listview/overview) is to display a custom layout of data-bound items through templates. The ListView is ideally suited for scenarios where you wish to display a list of items in a consistent manner.
477
+
The purpose of [Kendo UI ListView](../../../kendo-ui/controls/data-management/listview/overview) is to display a custom layout of data-bound items through templates. The ListView is ideally suited for scenarios where you wish to display a list of items in a consistent manner.
478
478
479
479
The ListView is designed to put you back in control when it comes to displaying data. It does not provide a default rendering of data-bound items, but, instead, relies entirely on templates to define how a list of items—including alternating items and items being edited—is displayed.
480
480
@@ -588,7 +588,7 @@ The ListView is almost complete. However, the ListView still needs a template to
588
588
589
589
### Overview
590
590
591
-
The [Kendo UI Templates](http://docs.telerik.com/kendo-ui/framework/templates/overview) provide a simple-to-use, high-performance JavaScript templating engine within the Kendo UI framework. Templates offer a way to create HTML chunks that can be automatically merged with JavaScript data. They are a substitute for traditional HTML string building in JavaScript.
591
+
The [Kendo UI Templates](../../../kendo-ui/framework/templates/overview) provide a simple-to-use, high-performance JavaScript templating engine within the Kendo UI framework. Templates offer a way to create HTML chunks that can be automatically merged with JavaScript data. They are a substitute for traditional HTML string building in JavaScript.
592
592
593
593
Kendo UI Templates use a simple templating syntax called hash templates. With this syntax, the `#` (hash) sign is used to mark areas in a template that should be replaced by data when the template is executed. The `#` character is also used to signify the beginning and end of custom JavaScript code inside the template.
594
594
@@ -844,15 +844,15 @@ The [Kendo UI DataSource component](http://demos.telerik.com/kendo-ui/datasource
844
844
845
845
The Kendo UI DataSource has many abilities and responsibilities, among which to:
846
846
847
-
-[Retrieve data from a remote endpoint](http://docs.telerik.com/kendo-ui/framework/datasource/cors).
848
-
- Maintain the [structure and type of the data (schema)](http://docs.telerik.com/kendo-ui/framework/datasource/crud#schema).
847
+
-[Retrieve data from a remote endpoint](../../../kendo-ui/framework/datasource/cors).
848
+
- Maintain the [structure and type of the data (schema)](../../../kendo-ui/framework/datasource/crud#schema).
849
849
- Process serialization formats to and from a remote endpoint.
850
-
-[Synchronize updates, create, update, delete](http://docs.telerik.com/kendo-ui/framework/datasource/crud) to and from a remote endpoint.
851
-
-[Maintain an in-memory cache of data, including changes](http://docs.telerik.com/kendo-ui/framework/datasource/offline) for updating to a remote endpoint.
852
-
- Calculate and maintain [aggregates](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-aggregate), [sorting order](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-sort) and [paging](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-page).
853
-
- Provide a query mechanism via [filter expressions](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-filter).
850
+
-[Synchronize updates, create, update, delete](../../../kendo-ui/framework/datasource/crud) to and from a remote endpoint.
851
+
-[Maintain an in-memory cache of data, including changes](../../../kendo-ui/framework/datasource/offline) for updating to a remote endpoint.
852
+
- Calculate and maintain [aggregates](../../../kendo-ui/api/javascript/data/datasource#methods-aggregate), [sorting order](../../../kendo-ui/api/javascript/data/datasource#methods-sort) and [paging](../../../kendo-ui/api/javascript/data/datasource#methods-page).
853
+
- Provide a query mechanism via [filter expressions](../../../kendo-ui/api/javascript/data/datasource#methods-filter).
854
854
855
-
For detailed information on the capabilities of the [DataSource](http://docs.telerik.com/kendo-ui/framework/datasource/overview), refer to its [configuration API methods, and events](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource), and [demos](http://demos.telerik.com/kendo-ui/datasource/index).
855
+
For detailed information on the capabilities of the [DataSource](../../../kendo-ui/framework/datasource/overview), refer to its [configuration API methods, and events](../../../kendo-ui/api/javascript/data/datasource), and [demos](http://demos.telerik.com/kendo-ui/datasource/index).
856
856
857
857
At this point the dashboard is showing all invoice data. Let's use the `EmployeeList` list view and `StatsFrom`/`StatsTo` date pickers to filter the invoice grid by invoking the grid's datasource.
Copy file name to clipboardExpand all lines: docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-management-charts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Each series is defined by an object that contains the properties listed below:
117
117
* The `name` property is the display name that will be shown in the legend of the chart, if the legend is displayed.
118
118
* The `field` property is the name of the property on the data that contains the values you want to render on the chart.
119
119
* The `color` property is the color used representing the series on the chart and in the legend.
120
-
* The `tooltip` property defines what will be displayed if the user hovers over a data point or column. The format string follows the parameters for the [`kendo.format`](http:///api/framework/kendo#format) function.
120
+
* The `tooltip` property defines what will be displayed if the user hovers over a data point or column. The format string follows the parameters for the [`kendo.format`](../../../kendo-ui/api/framework/kendo#format) function.
Copy file name to clipboardExpand all lines: docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-management-grid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ Most of the properties defined for each column are optional. The ones used here
206
206
* The `template` property defines a custom template for the data displayed in the column. The examples use a custom template for the **Album Art** column to add an image tag and show the art.
207
207
* The `editor` property defines a function to be used as a custom editor, displayed when the cell enters `edit` mode. This is discussed in details below.
208
208
* The `filterable`, `sortable`, and `groupable` properties override the properties set on the grid. This can be used to mark individual columns as filterable, sortable, and groupable.
209
-
* The `format` property defines a custom formatter to be used to display the cell data. This example uses `"{0:c}"` to format the **Price** column as currency. The format takes the same values as the [`kendo.format()` function](http:///api/framework/kendo#format).
209
+
* The `format` property defines a custom formatter to be used to display the cell data. This example uses `"{0:c}"` to format the **Price** column as currency. The format takes the same values as the [`kendo.format()`](../../../kendo-ui/api/framework/kendo#format) function.
210
210
* The `values` property sets a collection of key-value pair objects that are used as a foreign key to look up cell values. This is discussed in details below.
Copy file name to clipboardExpand all lines: docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-search.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ In the `_Layout.cshtml` file, this template is included with the line, demonstra
134
134
<!--_-->
135
135
If you are not using ASP.NET MVC, you can write some additional code to load templates from external files.
136
136
137
-
For more information on remote template loading, refer to the [article on external template loading](http://docs.telerik.com/kendo-ui/framework/templates/load-remote).
137
+
For more information on remote template loading, refer to the [article on external template loading](../../../kendo-ui/framework/templates/load-remote).
138
138
139
139
Now that the template is included in the body of the page, the application code is using a jQuery selector to fetch this `<script>` element by its `id` and get the contents. It then calls `kendo.template()` to process the template.
140
140
@@ -182,7 +182,7 @@ The following example demonstrates a quick breakdown of the code to do this.
182
182
183
183
The `schema.data` and `schema.total` functions overcome a JSON formatting difference between Kendo UI and the WCF Data Services oData.
184
184
185
-
For more information on each field set on the DataSource, refer to the [DataSource documentation](http://docs.telerik.com/kendo-ui/framework/datasource/overview).
185
+
For more information on each field set on the DataSource, refer to the [DataSource documentation](../../../kendo-ui/framework/datasource/overview).
Copy file name to clipboardExpand all lines: docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To set up the project, three steps must be applied:
18
18
19
19
## Add Kendo UI to Project
20
20
21
-
Start by adding Kendo UI to the project. The Kendo UI distribution can be downloaded from [telerik.com](http://www.telerik.com/download/kendo-ui-complete), [referenced from the CDN](http://docs.telerik.com/kendo-ui/intro/installation/cdn-service), or fetched with NuGet.
21
+
Start by adding Kendo UI to the project. The Kendo UI distribution can be downloaded from [telerik.com](http://www.telerik.com/download/kendo-ui-complete), [referenced from the CDN](../../../kendo-ui/intro/installation/cdn-service), or fetched with NuGet.
22
22
23
23
### Download Kendo UI
24
24
@@ -32,7 +32,7 @@ The `\js` and `\styles` folders in the root of the `.zip` file contain the minif
32
32
33
33
### Fetch from CDN
34
34
35
-
Kendo UI enables you to fetch it from a CDN instead of downloading its files. For more information and the CDN URLs, see [Use Kendo UI CDN Services](http://docs.telerik.com/kendo-ui/intro/installation/cdn-service).
35
+
Kendo UI enables you to fetch it from a CDN instead of downloading its files. For more information and the CDN URLs, see [Use Kendo UI CDN Services](../../../kendo-ui/intro/installation/cdn-service).
36
36
37
37
### Fetch from NuGet
38
38
@@ -46,7 +46,7 @@ Kendo UI is also available using the NuGet package manager in Visual Studio. Sea
46
46
47
47
In the Music Store project, the `kendo.all.min.js` file and the `Default` Kendo UI theme are referenced, because the project intends to use the Kendo UI widgets rendering data visualization together with other Kendo UI widgets. If the project was intended to use a few selected portions of Kendo UI, it would have taken individual JavaScript files and make a separate bundle for them, reducing the download size for the end user.
48
48
49
-
For more information on this topic, refer to the [article on how to get started with Kendo UI](http://docs.telerik.com/kendo-ui/intro/installation/getting-started).
49
+
For more information on this topic, refer to the [article on how to get started with Kendo UI](../../../kendo-ui/intro/installation/getting-started).
With the Telerik UI for ASP.NET MVC Visual Studio Extensions you keep your projects in an up-to-date state. The Latest Version Acquirer tool automatically retrieves the latest Progress® Telerik® UI for ASP.NET MVC distribution available on the Telerik website.
0 commit comments