Skip to content

Commit 5e3d513

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent e9ba9e4 commit 5e3d513

File tree

23 files changed

+41
-29
lines changed

23 files changed

+41
-29
lines changed

docs/api/javascript/data/filemanagerdatasource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The schema configuration. See the [`DataSource.schema` configuration](/api/frame
2020

2121
The data item (model) configuration. See the [`DataSource.schema.model` configuration](/api/framework/datasource#configuration-schema.model) for all available options.
2222

23-
> The model must inherit from [`kendo.data.FileEntry`](/api/framework/fileentry).
23+
> The model must inherit from [`kendo.data.FileEntry`](/api/javascript/data/fileentry).
2424
2525
### schema.model.isDirectory `Boolean|String|Function` *(default: false)*
2626

docs/api/javascript/spreadsheet/sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Returns a [Range](/api/javascript/spreadsheet/range) for the given range specifi
471471

472472
##### columnCount `Number` *optional*
473473

474-
If the parameter is a `string`, it should represent an [A1](https://msdn.microsoft.com/en-us/library/bb211395.aspx) or [RC notation](http://excelribbon.tips.net/T008803_Understanding_R1C1_References.html) reference of the cells.
474+
If the parameter is a `string`, it should represent an [A1](https://msdn.microsoft.com/en-us/library/bb211395.aspx) or [RC notation](https://excelribbon.tips.net/T008803_Understanding_R1C1_References) reference of the cells.
475475

476476
If the parameters are `Numbers`, the first two would represent the row index (the first parameter) and the column index (the second parameter) of the top-left cell of the `range`. If there are only two parameters, only one cell will be included in the `range`. If the other two `Numbers` are also present, they will represent the number of rows (the third parameter) and number of columns (the forth parameter) that would be included in the `range`, starting from the specified top-left cell. If the third or the forth parameter is set to 0 or 1, only one row / column will be included in the `range`.
477477

docs/api/javascript/ui/badge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ See [web font icons help article](/kendo-ui/styles-and-layout/icons-web) for mor
121121

122122
### look `String` *(default: 'solid')*
123123

124-
**Deprecated!** Use [`badge.options.badgeStyle`](/api/javascript/ui/badge/configuration/badgeStyle) instead.
124+
**Deprecated!** Use [`badge.options.badgeStyle`](/api/javascript/ui/badge/configuration/badgestyle) instead.
125125

126126
For compatibility `badge.options.look` maps to `badge.options.badgeStyle`.
127127

docs/api/javascript/ui/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Defines the name for an existing icon in a Kendo UI theme or SVG content. The ic
6060

6161
### badge.look `String` *(default: solid)*
6262

63-
**Deprecated!** Use [`badge.badgeStyle`](/api/javascript/ui/button/configuration/badge.badgeStyle) instead.
63+
**Deprecated!** Use [`badge.badgeStyle`](/api/javascript/ui/button/configuration/badge.badgestyle) instead.
6464

6565
For compatibility `badge.look` maps to `badge.badgeStyle`.
6666

docs/api/javascript/ui/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ instance.
5959

6060
### expression `Object`
6161

62-
An object which represents a [filter](javascript/data/datasource/configuration/filter) expression which the [kendo.data.DataSource](/api/javascript/data/datasource) can use to filter the data.
62+
An object which represents a [filter](/api/javascript/ui/filter/configuration/expression) expression which the [kendo.data.DataSource](/api/javascript/data/datasource) can use to filter the data.
6363

6464
#### Example - set expression
6565

docs/api/javascript/ui/form.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Configures the built-in Validator options.
236236

237237
### validatable.validateOnBlur `Boolean` *(default: true)*
238238

239-
Configures the Form Validator [validateOnBlur](/api/javascript/ui/validator/validateOnBlur) option.
239+
Configures the Form Validator [validateOnBlur](/api/javascript/ui/validator/configuration/validateonblur) option.
240240

241241
#### Example - set validateOnBlur
242242

@@ -266,7 +266,7 @@ Configures the Form Validator [validateOnBlur](/api/javascript/ui/validator/vali
266266

267267
### validatable.validationSummary `Boolean|Object` *(default: false)*
268268

269-
Configures the Form Validator [validationSummary](/api/javascript/ui/validator/validationSummary) option.
269+
Configures the Form Validator [validationSummary](/api/javascript/ui/validator/configuration/validationsummary) option.
270270

271271
#### Example - set validationSummary to false
272272

@@ -325,7 +325,7 @@ Configures the Form Validator [validationSummary](/api/javascript/ui/validator/v
325325

326326
### validatable.errorTemplate `String|Function`
327327

328-
Configures the Form Validator [errorTemplate](/api/javascript/ui/validator/errorTemplate) option.
328+
Configures the Form Validator [errorTemplate](/api/javascript/ui/validator/configuration/errortemplate) option.
329329

330330
#### Example - change validation message
331331

@@ -377,7 +377,7 @@ Defines the width of the gutters between the columns / rows.
377377

378378
### validate
379379

380-
Validates the form by executing the Form Validator [validate() method](/api/javascript/ui/validator/validate).
380+
Validates the form by executing the Form Validator [validate() method](/api/javascript/ui/validator/methods/validate).
381381

382382
#### Example
383383

docs/api/javascript/ui/spreadsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ Returns an array with the sheets in the workbook.
16291629

16301630
Clears the spreadsheet and populates it with data from the specified Excel (`.xlsx`) file.
16311631

1632-
> Requires Internet Explorer 10 or a recent version of other browsers. The JSZip library is a [prerequisite](/intro/installation/prerequisites#jszip-library) for the import from file functionality.
1632+
> Requires Internet Explorer 10 or a recent version of other browsers. The JSZip library is a [prerequisite](/intro/supporting/export-support#jszip-library) for the import from file functionality.
16331633
16341634
#### Parameters
16351635

docs/backwards-compatibility/2020-backward-compatibility.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ As of Kendo UI 2020 R2 we have reworked the Kendo Validator with improved stylin
5454
text-align: left; /* aligns the text */
5555
}
5656
```
57+
**Window**
58+
59+
As of Kendo UI 2020 R2, the k-header class has been removed from the Window rendering.
5760

5861
**Badge**
5962

docs/controls/PDF/PDFViewer/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Internally, the PDFViewer uses the [Kendo UI for jQuery Toolbar]({% slug overvie
1212

1313
This approach enables you to use the [ToolBar API](/api/javascript/ui/toolbar) and perform all available customizations.
1414

15-
You can control the number and type of the rendered tools by initializing the items collection only with the tools that you require. For the full list of configuration options, refer to the [client-side API of the ToolBar items](/api/ui/pdfviewer/configuration/toolbar.items).
15+
You can control the number and type of the rendered tools by initializing the items collection only with the tools that you require. For the full list of configuration options, refer to the [client-side API of the ToolBar items](/api/javascript/ui/pdfviewer/configuration/toolbar.items).
1616

1717
The toolbar collection includes the following built-in tools:
1818

docs/controls/data-management/grid/grouping/group-paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By default, the groups are rendered collapsed and each row signifies one item fr
1313

1414
## Getting Started
1515

16-
To enable group paging, set the dataSource [`groupPaging`](/api/javascript/data/datasource/configuration/grouppaging) option to `true`, add a [`group`](/api/javascript/data/datasource/configuration/group) and a [`pageSize`](/api/javascript/data/datasource/configuration/pagesize) to see the result.
16+
To enable group paging, set the dataSource [`groupPaging`](/api/javascript/data/datasource/configuration/group#groupPaging) option to `true`, add a [`group`](/api/javascript/data/datasource/configuration/group) and a [`pageSize`](/api/javascript/data/datasource/configuration/pagesize) to see the result.
1717

1818
$("#grid").kendoGrid({
1919
dataSource: new kendo.data.DataSource({

0 commit comments

Comments
 (0)