Skip to content

Commit 00fb517

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 9233641 commit 00fb517

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

docs-aspnet/getting-started-mvc/installation/overview.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To download Telerik UI for ASP.NET MVC:
3636

3737
Run the Telerik UI for ASP.NET MVC installer. The automatic setup will guide you through the rest of the installation. If you chose to download the `.zip` file, extract it to a location of your preference.
3838

39-
The setup installs Telerik UI for ASP.NET MVC in `C:\Program Files (x86)\Progress\UI for ASP.NET MVC<version>`. For versions prior to R3 2017, the default installation folder for Telerik UI for ASP.NET MVC is `C:\Program Files (x86)\Telerik\UI for ASP.NET MVC<version>`.
39+
The setup installs Telerik UI for ASP.NET MVC in `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET MVC<version>`. For versions prior to R3 2017, the default installation folder for Telerik UI for ASP.NET MVC is `C:\Program Files (x86)\Telerik\UI for ASP.NET MVC<version>`.
4040

4141
## Distribution Contents
4242

@@ -45,34 +45,37 @@ Telerik UI for ASP.NET MVC contains the following directories:
4545
* `js`&mdash;These are the minified JavaScript files.
4646
* `styles`&mdash;The minified CSS files and images used by the themes.
4747
* `src`&mdash;A `README` file which states that as of R2 2016 the source code is distributed in separate `.source.zip` packages that are located in your account.
48-
* `Scaffolding`&mdash;The Kendo UI Scaffolder Visual Studio extension. It enables the generation of the Kendo UI MVC wrapper widget declarations inside Visual Studio projects and is added to the Kendo UI Q1 2015 release.
48+
* `license-agreements`&mdash;End user license agreements files.
49+
* `Scaffolding`&mdash;The Kendo UI Scaffolder Visual Studio extension. It enables the generation of the Kendo UI MVC wrapper widget declarations inside Visual Studio projects.
50+
* `dpl`&mdash;Telerik Document Processing library NuGet packages.
51+
* `export`&mdash;The Kendo.Mvc.Export assembly which allows exporting IEnumerable sources to XLSX and CSV formats.
4952
* `spreadsheet`&mdash;The [`Telerik.Web.Spreadsheet`](https://docs.telerik.com/kendo-ui/controls/data-management/spreadsheet/import-and-export-data/server-side-processing) assembly and its dependencies from Telerik Document Processing library.
5053
* `pdfviewer`&mdash;The `Telerik.Web.PDF` assembly and its dependencies from Telerik Document Processing library.
54+
* `typescript`&mdash;Kendo UI typescript definitions.
55+
* `vsdoc`&mdash;Client-side intellisense files.
56+
* `VSExtensions`&mdash;Visual Studio extensions files.
5157
* `wrappers\aspnetmvc\Binaries\MVC3`&mdash;The assemblies for the ASP.NET MVC 3 applications.
5258
* `wrappers\aspnetmvc\Binaries\MVC4`&mdash;The assemblies for the ASP.NET MVC 4 applications.
5359
* `wrappers\aspnetmvc\Binaries\MVC5`&mdash;The assemblies for the ASP.NET MVC 5 applications.
54-
* `wrappers\aspnetmvc\Examples\VS2012`&mdash;The ASP.NET MVC 4 sample application built with Visual Studio 2012.
55-
* `wrappers\aspnetmvc\Examples\VS2013`&mdash;The ASP.NET MVC 5 sample application built with Visual Studio 2013.
56-
* `wrappers\aspnetmvc\Examples\VS2015`&mdash;The ASP.NET MVC 5 sample application built with Visual Studio 2015.
57-
* `wrappers\aspnetmvc\Examples\VS2017`&mdash;The ASP.NET MVC 5 sample application built with Visual Studio 2017.
5860
* `wrappers\aspnetmvc\EditorTemplates`&mdash;The ready-to-use editor templates based on the Kendo UI widgets.
61+
* `wrappers\aspnetmvc\Examples\MVC4`&mdash;The ASP.NET MVC 4 sample application.
62+
* `wrappers\aspnetmvc\Examples\MVC5`&mdash;The ASP.NET MVC 5 sample application.
63+
5964

6065
## Sample Application
6166

6267
Telerik UI for ASP.NET MVC comes with a sample ASP.NET MVC application which is available in the following versions:
6368

64-
* The ASP.NET MVC 4 application built with Visual Studio 2012.
65-
* The ASP.NET MVC 5 application built with Visual Studio 2013.
66-
* The ASP.NET MVC 5 application built with Visual Studio 2015.
67-
* The ASP.NET MVC 5 application built with Visual Studio 2017.
69+
* The ASP.NET MVC 4 application.
70+
* The ASP.NET MVC 5 application.
6871

6972
To run the sample application:
7073

7174
1. Navigate to the installation directory of Telerik UI for ASP.NET MVC.
7275
1. Open the sample Visual Studio Solution:
7376

74-
* To run the ASP.NET MVC 4 version, open `wrappers\aspnetmvc\Examples\VS2012\Kendo.Mvc.Examples.sln` with Visual Studio 2012.
75-
* To run the ASP.NET MVC 5 version, open `wrappers\aspnetmvc\Examples\VS2013\Kendo.Mvc.Examples.sln` with Visual Studio 2013, 2015, and 2017.
77+
* To run the ASP.NET MVC 4 version, open `wrappers\aspnetmvc\Examples\MVC4\Kendo.Mvc.Examples.sln`.
78+
* To run the ASP.NET MVC 5 version, open `wrappers\aspnetmvc\Examples\MVC5\Kendo.Mvc.Examples.sln`.
7679

7780
1. Install Microsoft .NET 4.6.2 Framework Developer Pack.
7881
1. Press `CTRL+F5` to build and run the application.

docs/api/javascript/ui/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Determines if validation will be triggered when element loses focus. Default val
183183

184184
<form id="myform">
185185
<input name="username"/> <br />
186-
<button>Validate</button>
186+
<button onclick="event.preventDefault()">Validate</button>
187187
</form>
188188

189189
<script>

0 commit comments

Comments
 (0)