Skip to content

Commit a018c5e

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent d8bbd5c commit a018c5e

File tree

92 files changed

+1721
-1618
lines changed

Some content is hidden

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

92 files changed

+1721
-1618
lines changed

docs-aspnet-core/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ navigation:
266266
title: "ColorPalette"
267267
"*colorpicker":
268268
title: "ColorPicker"
269+
"*calendar":
270+
title: "Calendar"
269271
"*/multicolumncombobox":
270272
isNew: true
271273
title: "MultiColumnComboBox"

docs-aspnet-core/getting-started/installation/document-processing.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Document Processing Libraries
33
page_title: Document Processing Libraries| Download and Installation | Telerik UI for ASP.NET Core
4-
description: "Import and export content between different formats and work with archive files by using Telerik Document Processing."
4+
description: "Get started with Telerik UI for ASP.NET Core and import and export content between different formats and work with archive files by using Telerik Document Processing."
55
slug: document_processing_core
66
position: 11
77
---
@@ -14,35 +14,35 @@ Telerik Document Processing is a set of UI-independent and cross-platform librar
1414

1515
Telerik Document Processing includes the following libraries:
1616

17-
* [**RadPdfProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview) Create, import, and export PDF documents.
18-
* [**RadSpreadStreamProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview) Export large XLSX and CSV spreadsheet documents with low memory footprint and great performance.
19-
* [**RadWordsProcessing**](http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview) Create, import, and export DOCX, HTML, RTF and TXT documents, and export them to PDF.
20-
* [**RadZipLibrary**](http://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview) Compress and decompress ZIP files.
17+
* [RadPdfProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)—Create, import, and export PDF documents.
18+
* [RadSpreadStreamProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview)—Export large `XLSX` and `CSV` spreadsheet documents with low memory footprint and great performance.
19+
* [RadWordsProcessing](http://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)—Create, import, and export `DOCX`, `HTML`, `RTF`, and `TXT` documents, and export them to PDF.
20+
* [RadZipLibrary](http://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview)—Compress and decompress `ZIP` files.
2121

2222
## Supported File Formats
2323

2424
The Telerik Document Processing libraries support the following file formats:
2525

26-
* CSV
27-
* DOCX
28-
* HTML
29-
* PDF
30-
* RTF
31-
* TXT
32-
* XLSX
33-
* ZIP
34-
35-
## Available Nuget Packages
36-
37-
Telerik Document Processing supports Net40 and netstandard20. You can take the required packages from the **dpl** product's installation folder: C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>\dpl.
38-
39-
* **Telerik.Windows.Documents.Core.nupkg** The main nuget package from the Telerik Document Processing libraries. It is required when intending to use the library.
40-
* **Telerik.Windows.Documents.Flow.nupkg** The package is part of the Words (text) processing library. It is required for processing HTML, DOCX, RTF, and TXT documents.
41-
* **Telerik.Windows.Documents.Flow.FormatProviders.Pdf.nupkg** The package allows for exporting of flow documents, such as DOCX and RTF, to PDF.
42-
* **Telerik.Documents.SpreadsheetStreaming.nupkg** The main package for generating huge spreadsheet files and using minimum resources.
43-
* **Telerik.Windows.Documents.Fixed.nupkg** The package is required when processing PDF documents.
44-
* **Telerik.Windows.Zip.nupkg** The package is required when working with zipped formats, such as DOCX and XLSX, and PDF.
45-
*
26+
* `CSV`
27+
* `DOCX`
28+
* `HTML`
29+
* `PDF`
30+
* `RTF`
31+
* `TXT`
32+
* `XLSX`
33+
* `ZIP`
34+
35+
## Available NuGet Packages
36+
37+
Telerik Document Processing supports [.NET Framework 4.0](https://dotnet.microsoft.com/download/dotnet-framework/net40) and [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md). You can take the required packages from the `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>\dpl` installation folder of the dpl product.
38+
39+
* `Telerik.Windows.Documents.Core.nupkg`&mdash;The main NuGet package from the Telerik Document Processing libraries. Required when you plan to use the library.
40+
* `Telerik.Windows.Documents.Flow.nupkg`&mdash;The package is part of the Word (text) processing library. Required for processing `HTML`, `DOCX`, `RTF`, and `TXT` documents.
41+
* `Telerik.Windows.Documents.Flow.FormatProviders.Pdf.nupkg`&mdash;The package allows for exporting flow documents, such as `DOCX` and `RTF`, to PDF.
42+
* `Telerik.Documents.SpreadsheetStreaming.nupkg`&mdash;The main package for generating huge spreadsheet files while using minimum resources.
43+
* `Telerik.Windows.Documents.Fixed.nupkg`&mdash;The package is required when processing PDF documents.
44+
* `Telerik.Windows.Zip.nupkg`&mdash;The package is required when working with zipped formats, such as `DOCX` and `XLSX`, and PDF.
45+
4646
## Licensing
4747

4848
Telerik Document Processing is available as part of the following suites:

docs-aspnet-core/getting-started/installation/getting-started-copy-client-resources.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Including Client-Side Resources
3-
page_title: Copying Client-Side Resources | Telerik UI for ASP.NET Core
4-
description: "Learn about different ways of copying the client-side resources into Telerik UI for ASP.NET Core project."
3+
page_title: Copying Client-Side Resources | Download and Installation | Telerik UI for ASP.NET Core
4+
description: "Get started with Telerik UI for ASP.NET Core and learn about different ways of copying the client-side resources into Telerik UI for ASP.NET Core project."
55
previous_url: /aspnetmvc-apps/mvc-6/getting-started-vscode, /mvc-6/getting-started-vscode, /getting-started/getting-started-copy-client-resources
66
slug: copyclientresources_aspnetmvc6_aspnetmvc
77
position: 2
@@ -18,12 +18,10 @@ As the UI for ASP.NET Core suite is a set of [server-side wrappers over the Kend
1818

1919
To include the client-side resources, use any of the following approaches:
2020

21-
* [Manual installation](#manual-installation)
21+
* (Demonstrated in this guide) [Manual installation](#manual-installation)
2222
* [Using Bower]({% slug bowerpackage_core %})
2323
* [Using NPM and Webpack]({% slug npmpackages_core %})
2424

25-
## Manual Installation
26-
2725
1. Go to the [UI for ASP.NET Core download page](https://www.telerik.com/account/product-download?product=UIASPCORE) or to **Account Overview** > **Downloads** > **Telerik UI for ASP.NET Core**.
2826
1. Download the archive that matches the `Kendo.Mvc.UI` version:
2927

docs-aspnet-core/getting-started/installation/overview-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Telerik UI for ASP.NET Core contains the following directories:
4141
* `js`&mdash;These are the minified JavaScript files.
4242
* `styles`&mdash;The minified CSS files and images used by the themes.
4343
* `src`&mdash;The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version.
44-
* `typescript`&mdash;The TypeScript definitions for the Kendo combined scripts (*kendo.all*, *kendo.dataviz*, *kendo.web* and *kendo.mobile*).
44+
* `typescript`&mdash;The TypeScript definitions for the Kendo combined scripts (`kendo.all`, `kendo.dataviz`, `kendo.web`, and `kendo.mobile`).
4545
* `vsdoc`&mdash;The intellisense definitions for the Kendo combined scripts (as the above).
4646
* `VSExtensions`&mdash;The extensions for Visual Studio 2017.
4747
* `wrappers\aspnetcore\Binaries\AspNet.Core`&mdash;Containing the .nupkg NuGet package file.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Razor Pages Integration
3-
page_title: Razor Pages Integration with Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core | Telerik UI for ASP.NET Core
4-
description: "Razor Pages Integration with Progress Telerik UI for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC)."
3+
page_title: Razor Pages Integration | Download and Installation | Telerik UI for ASP.NET Core
4+
description: "Get started with Telerik UI for ASP.NET Core and integrate Razor Pages with Progress Telerik UI for ASP.NET Core (aka MVC 6 or ASP.NET Core MVC)."
55
previous_url: /getting-started/razor-pages-integration
66
slug: razor_pages_integration_aspnetmvc6_aspnetmvc
77
position: 9

docs-aspnet-core/getting-started/installation/scaffolding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Scaffolding
3-
page_title: Scaffolding | Telerik UI for ASP.NET Core
4-
description: "Learn how to use the Kendo UI Scaffolder extensions."
3+
page_title: Scaffolding | Download and Installation | Telerik UI for ASP.NET Core
4+
description: "Get started with Telerik UI for ASP.NET Core and learn how to use the Kendo UI Scaffolder extensions."
55
previous_url: /getting-started/scaffolding
66
slug: scaffolding_aspnetcore
77
position: 3
@@ -62,7 +62,7 @@ As of the 2019 R1 release, the **Create New Project Wizard**, which comes with t
6262

6363
> As of .NET Core 2.2, when using Bootstrap 3, the views folder used is `ViewGenerator_Versioned\Bootstrap3\`. If you are upgrading your project make sure to update the folder's name.
6464

65-
## Using Scaffolding Templates with Visual Studio
65+
## Using Templates with VS
6666

6767
The Kendo UI Scaffolding Templates pertain to `cshtml` generation. That is why, first you have to create the appropriate model and controller as per your application requirements. You can either use the standard Scaffolding or the code you already have. If you do not already have a model and controller, use the sample set below the list to follow the example.
6868

docs-aspnet-core/getting-started/vs-integration/new-project-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Creating New Projects
33
page_title: Creating New Projects | Visual Studio Integration | Telerik UI for ASP.NET Core
4-
description: "Learn how to create a new Progress&reg; Telerik&reg; UI for ASP.NET Core application."
4+
description: "Learn how to create a new Telerik UI for ASP.NET Core application."
55
slug: newprojectwizards_visualstudio_aspnetcore
66
position: 2
77
---

docs-aspnet-core/html-helpers/charts/stockchart/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data Binding
33
page_title: Data Binding | Telerik UI StockChart HtmlHelper for ASP.NET Core
44
description: "Learn how to bind the Telerik UI StockChart HtmlHelper for ASP.NET Core (MVC 6 or ASP.NET Core MVC) to data."
55
slug: databinding_stockchart_aspnetcore
6-
position: 1
6+
position: 2
77
---
88

99
# Data Binding

docs-aspnet-core/html-helpers/data-management/listview/globalization/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The globalization process combines the translation of component messages (locali
1212

1313
The globalization functionality of the ListView is enabled through its [right-to-left support]({% slug htmlhelpers_listview_aspnetcore_rtl %}).
1414

15+
For more information on using localization and right-to-left languages with Telerik UI for ASP.NET Core helpers, refer to the article on [globalization support by Telerik UI for ASP.NET Core]({% slug overview_globalization_core %}).
16+
1517
## See Also
1618

1719
* [RTL Support by the ListView HtmlHelper for ASP.NET Core (Demo)](https://demos.telerik.com/aspnet-core/listview/right-to-left-support)

docs-aspnet-core/html-helpers/editors/listbox/binding/local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Local Data Binding
3-
page_title: Local Data Binding | Telerik UI ListBox HtmlHelper for ASP.NET Core
2+
title: Local Binding
3+
page_title: Local Binding | Telerik UI ListBox HtmlHelper for ASP.NET Core
44
description: "Get started with the Telerik UI for ASP.NET Core ListBox and learn how to bind the ListBox to local data."
55
slug: htmlhelpers_listbox_local_aspnetcore
66
position: 2
77
---
88

9-
# Local Data
9+
# Local Binding
1010

1111
The Telerik UI ListBox for ASP.NET Core enables you to bind it to local arrays of data.
1212

0 commit comments

Comments
 (0)