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/introduction.md
+6-29Lines changed: 6 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,48 +12,25 @@ position: 1
12
12
{% assign telerik_product_url = "aspnet-mvc" %}
13
13
{% endif %}
14
14
15
-
##Welcome to {{ site.product }}
15
+
# Welcome to {{ site.product }}
16
16
17
17
Thank you for choosing Progress<sup>®</sup> Telerik<sup>®</sup> {{ site.product_short }}!
18
18
19
19
[{{ site.product }}](https://www.telerik.com/{{ telerik_product_url }}) is a set of server-side wrappers that bring the [HTML/JavaScript Kendo UI widgets](https://docs.telerik.com/kendo-ui/introduction) to .NET {{ site.framework_short }}. Our server-side wrappers come in the form of HTML{% if site.core %} and Tag{% endif %} helpers.
20
20
From client-side perspective, the vanilla HTML/JavaScript Kendo UI widgets and their {{ site.framework }} server-side wrappers represent the same functionalities and provide the same capabilities.
21
21
22
+
22
23
The {{ site.product }} HTML{% if site.core %} and Tag{% endif %} helpers:
23
24
* Allow you to configure a Kendo UI widget through C# or VB.NET code—for example, to set its value, data source, and so on.
24
25
* Render the HTML and JavaScript that are needed to initialize a Kendo UI widget.
25
26
* Propagate the widget’s options to the client-side through its initialization script.
26
27
27
28
To read more about the benefits of using {{ site.product }}, please visit the {% if site.core %}[product overview page](https://www.telerik.com/aspnet-core-ui){% else %}[product overview page](https://www.telerik.com/aspnet-mvc){% endif %}.
description: "Learn how to create Excel documents with Kendo UI."
5
5
slug: introduction_excelexport_kendoui
6
6
position: 1
7
+
CTAControlName: Excel Export
8
+
7
9
---
8
10
9
11
# Excel Export Overview
@@ -12,6 +14,10 @@ As of the Kendo UI 2014 Q3 release, Kendo UI has provided Excel generation suppo
12
14
13
15
Excel export allows you to create Excel documents in JavaScript and save them on the client machine.
14
16
17
+
{% if site.has_cta_panels == true %}
18
+
{% include cta-panel-overview.html %}
19
+
{% endif %}
20
+
15
21
## Requirements
16
22
17
23
To take full advantage of the Excel export feature, download the [JSZip](http://stuk.github.io/jszip/) library and include the file before the Kendo UI JavaScript files.
[Model View ViewModel (MVVM)](https://en.wikipedia.org/wiki/Model_View_ViewModel) is a design pattern which helps developers separate the Model, which is the data, from the View, which is the user interface (UI).
The [Kendo UI Single-Page Application (SPA)](https://demos.telerik.com/kendo-ui/spa/index) is a set of classes which aim at simplifying the building of rich client-side based web applications.
0 commit comments