Skip to content

Commit 1ee806b

Browse files
committed
Sync with Kendo UI Professional
1 parent d7f6d93 commit 1ee806b

File tree

53 files changed

+81
-147
lines changed

Some content is hidden

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

53 files changed

+81
-147
lines changed

docs/accessibility/compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Also check the [notes below the table](#accessibility-compliance-notes).
8080
|MaskedTextbox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/maskedtextbox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/maskedtextbox/accessibility/overview)|
8181
|MediaPlayer |n/a|[Demo](https://demos.telerik.com/kendo-ui/accessibility/mediaplayer)| [Documentation](https://docs.telerik.com/kendo-ui/controls/mediaplayer/accessibility/overview)|
8282
|Menu |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/menu)| [Documentation](https://docs.telerik.com/kendo-ui/controls/menu/accessibility/overview)|
83-
|MultiColumnComboBox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multicombobox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multicombobox/accessibility/overview)|
83+
|MultiColumnComboBox |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multicombobox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multicolumncombobox/accessibility/overview)|
8484
|MultiSelect |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/multiselect)| [Documentation](https://docs.telerik.com/kendo-ui/controls/multiselect/accessibility/overview)|
8585
|Notification |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/notification)| [Documentation](https://docs.telerik.com/kendo-ui/controls/notification/accessibility/overview)|
8686
|NumericTextbox|AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/numerictextbox)| [Documentation](https://docs.telerik.com/kendo-ui/controls/numerictextbox/accessibility/overview)|
@@ -101,7 +101,7 @@ Also check the [notes below the table](#accessibility-compliance-notes).
101101
|Rating |AA | [Demo](https://demos.telerik.com/kendo-ui/accessibility/rating)| [Documentation](https://docs.telerik.com/kendo-ui/controls/rating/accessibility/overview)|
102102
|ResponsivePanel |AA |n/a| n/a|
103103
|Scheduler |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scheduler)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scheduler/accessibility/overview)|
104-
|ScrollView |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scrollview)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scrollview/accessibility/overview)|
104+
|ScrollView |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/scrollview)| [Documentation](https://docs.telerik.com/kendo-ui/controls/scrollview/overview)|
105105
|Signature |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/signature)| [Documentation](https://docs.telerik.com/kendo-ui/controls/signature/accessibility/overview)|
106106
|SkeletonContainer |AAA | n/a| n/a|
107107
|Slider |AA |[Demo](https://demos.telerik.com/kendo-ui/accessibility/slider)| [Documentation](https://docs.telerik.com/kendo-ui/controls/slider/accessibility/overview)|

docs/api/javascript/data/orgchartmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ res_type: api
77

88
# kendo.data.OrgChartModel
99

10-
The `kendo.data.OrgChartModel` class represents a data item from the [kendo.data.OrgCharttDataSource](orgchartdatasource). Inherits from [kendo.data.Model](model).
10+
The `kendo.data.OrgChartModel` class represents a data item from the [kendo.data.OrgCharttDataSource](/api/javascript/data/orgchartdatasource). Inherits from [kendo.data.Model](/api/javascript/data/model).
1111

1212
## Configuration
1313

docs/api/javascript/data/treelistmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ res_type: api
77

88
# kendo.data.TreeListModel
99

10-
The `kendo.data.TreeListModel` class represents a data item from the [kendo.data.TreeListDataSource](treelistdatasource). Inherits from [kendo.data.Model](model).
10+
The `kendo.data.TreeListModel` class represents a data item from the [kendo.data.TreeListDataSource](/api/javascript/data/treelistdatasource). Inherits from [kendo.data.Model](/api/javascript/data/model).
1111

1212
## Configuration
1313

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ A function that returns a visual element to render for a given shape. The follow
50465046
* [Image](/api/javascript/dataviz/diagram/image)
50475047
* [Layout](/api/javascript/dataviz/diagram/layout)
50485048

5049-
> The origin of the visual bounding box has to be `(0, 0)`. If you have a complex path which coordinates cannot be easily adjusted, then position the element as demonstrated in [this](/controls/diagram/how-to/adjust-path-origin) example.
5049+
> The origin of the visual bounding box has to be `(0, 0)`. If you have a complex path which coordinates cannot be easily adjusted, then position the element as demonstrated in [this](https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/adjust-path-origin) example.
50505050
50515051
#### Example - declaring a custom visual for Diagram shapes
50525052
<div id="diagram"></div>

docs/api/javascript/dataviz/ui/qrcode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Returns a PNG image of the qrcode encoded as a [Data URL](https://developer.mozi
453453

454454
Redraws the QR code using the current value and options.
455455

456-
> The [`setOptions`](setOptions) method sets new options to the QRCode and redraws it att he same time. Calling `redraw()` int his case is not necessary.
456+
> The [`setOptions`](/api/javascript/dataviz/ui/qrcode/methods/setoptions) method sets new options to the QRCode and redraws it att he same time. Calling `redraw()` int his case is not necessary.
457457
458458
#### Example - set background property and redraw QRCode
459459

docs/api/javascript/drawing/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ res_type: api
66

77
# kendo.drawing.Image : kendo.drawing.Element
88

9-
Draws a bitmap image with a given source URL into the specified [rectangle](../geometry/rect).
9+
Draws a bitmap image with a given source URL into the specified [rectangle](/api/javascript/geometry/rect).
1010

1111
#### Example - draw an image
1212

docs/api/javascript/drawing/multi-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ res_type: api
99
Draws a composite path consisting of multiple sub-paths.
1010
Using composite paths is more efficient than drawing the paths individually.
1111

12-
The interface of MultiPath mirrors that of [Path](path),
12+
The interface of MultiPath mirrors that of [Path](/api/javascript/drawing/multi-path/fields/paths),
1313
but each moveTo command starts a new sub-path.
1414

1515
#### Example - drawing a multi-path

docs/api/javascript/drawing/segment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ res_type: api
88

99
Defines a path segment with an anchor point and optional curve control points.
1010

11-
Segments are created implicitly by the [Path](path) lineTo and curveTo commands.
11+
Segments are created implicitly by the [Path](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/drawing/path) lineTo and curveTo commands.
1212

1313
#### Example - accessing path segments
1414
<div id="surface"></div>

docs/api/javascript/ui/gantt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the editor.
23462346
The template should contain elements whose `name` HTML attributes are set as the editable fields. This is how the Gantt will know
23472347
which field to update. The other option is to use [MVVM](/framework/mvvm/overview) bindings in order to bind HTML elements to data item fields.
23482348

2349-
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](/data-attribute-initialization) for more info.
2349+
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](https://www.telerik.com/kendo-jquery-ui/documentation/intro/widget-basics/mvvm-initialization) for more info.
23502350
23512351
#### Example - customize the popup editor
23522352

docs/api/javascript/ui/grid.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The "destroy" built-in command removes the data item to which the current table
375375

376376
Custom commands are supported by specifying the [click](columns.command.click) option.
377377

378-
> The built-in "edit" and "destroy" commands work *only* if editing is enabled via the [editable](editable) option. The "edit" command supports "inline" and "popup" editing modes.
378+
> The built-in "edit" and "destroy" commands work *only* if editing is enabled via the [editable](/api/javascript/ui/grid/configuration/editable) option. The "edit" command supports "inline" and "popup" editing modes.
379379
380380
#### Example - set command as a string
381381

@@ -1012,17 +1012,25 @@ The jQuery object representing the container element.
10121012

10131013
The name of the field to which the column is bound.
10141014

1015-
##### options.format `String`
1015+
##### options.label `String`
10161016

1017-
The format string of the column specified via the [format](columns.format) option.
1017+
The column [title](columns.title).
10181018

10191019
##### options.model `kendo.data.Model`
10201020

10211021
The model instance to which the current table row is bound.
10221022

1023-
##### options.values `Array`
1023+
##### options.editorOptions `Object`
10241024

1025-
Array of values specified via the [values](columns.values) option.
1025+
The object representing the editor options.
1026+
1027+
##### options.editorOptions.adaptiveMode `string`
1028+
1029+
Specifies the adaptive rendering of the editor component.
1030+
1031+
##### options.editorOptions.size `size`
1032+
1033+
The editor component size.
10261034

10271035
#### Example - create a custom column editor using the Kendo UI AutoComplete
10281036

@@ -1235,7 +1243,7 @@ Only columns that are bound to a field can be sortable or filterable.
12351243
### columns.filterable `Boolean|Object` *(default: true)*
12361244

12371245
If set to `true` a filter menu will be displayed for this column when filtering is enabled. If set to `false` the filter menu will not be displayed. By default a filter menu is displayed
1238-
for all columns when filtering is enabled via the [filterable](filterable) option.
1246+
for all columns when filtering is enabled via the [filterable](/api/javascript/ui/grid/configuration/filterable) option.
12391247

12401248
Can be set to a JavaScript object which represents the filter menu configuration.
12411249

@@ -2818,7 +2826,7 @@ Also accepts the device identifiers that are [available in Bootstrap 4](https://
28182826

28192827
The pixel screen width below which the user will not be able to resize the column via the UI.
28202828

2821-
> This option is meaningful when the grid is set as [resizable](resizable).
2829+
> This option is meaningful when the grid is set as [resizable](/api/javascript/ui/grid/configuration/resizable).
28222830
28232831
#### Example - set the column width as a number
28242832

@@ -2907,7 +2915,7 @@ More about the Grid Selection feature you can find in [this documentation articl
29072915
### columns.sortable `Boolean|Object` *(default: true)*
29082916

29092917
If set to `true` the user can click the column header and sort the grid by the column [field](columns.field) when sorting is enabled. If set to `false` sorting will
2910-
be disabled for this column. By default all columns are sortable if sorting is enabled via the [sortable](sortable) option.
2918+
be disabled for this column. By default all columns are sortable if sorting is enabled via the [sortable](/api/javascript/ui/grid/configuration/sortable) option.
29112919

29122920
#### Example - disable sorting
29132921

@@ -2964,7 +2972,7 @@ The basic function implementation is as follows (pseudo-code):
29642972
```
29652973

29662974
One notable exception is that we also supply a third parameter that indicates the sort direction (true for descending).
2967-
See [How-to: Stable Sort in Chrome](/web/grid/how-to/stable-sort-chrome) for more details on how this can be useful.
2975+
See [How-to: Stable Sort in Chrome](https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/stable-sort-chrome) for more details on how this can be useful.
29682976

29692977
#### Example - define custom compare function
29702978

@@ -3448,7 +3456,7 @@ The text displayed in the header of the group.
34483456

34493457
### columnMenu.filterable `Boolean` *(default: true)*
34503458

3451-
If set to `true` the column menu would allow the user to filter the grid. By default the column menu allows the user to filter if filtering is enabled via the [filterable](filterable).
3459+
If set to `true` the column menu would allow the user to filter the grid. By default the column menu allows the user to filter if filtering is enabled via the [filterable](/api/javascript/ui/grid/configuration/filterable).
34523460

34533461
#### Example - disable column menu filtering
34543462

@@ -3506,7 +3514,7 @@ If set to `true`, the global column menu will render a button to allow the user
35063514

35073515
### columnMenu.sortable `Boolean` *(default: true)*
35083516

3509-
If set to `true` the column menu would allow the user to sort the grid by the column field. By default the column menu allows the user to sort if sorting is enabled via the [sortable](sortable) option.
3517+
If set to `true` the column menu would allow the user to sort the grid by the column field. By default the column menu allows the user to sort if sorting is enabled via the [sortable](/api/javascript/ui/grid/configuration/sortable) option.
35103518

35113519
> If this option is set to `false` the user could still sort by clicking the column header cell.
35123520
@@ -11867,7 +11875,7 @@ If set to true, the exported items will include the column headers.
1186711875
Retrieves the options that are currently enabled or disabled on the Grid, also gives the current state of the dataSource.
1186811876
Use this method if you want to save the state of the Grid into a variable. It is also possible to extract and store only some of the Grid options.
1186911877

11870-
> Please refer to the [`setOptions()`](setoptions) method documentation for more important information.
11878+
> Please refer to the [`setOptions()`](/api/javascript/ui/grid/methods/setoptions) method documentation for more important information.
1187111879
1187211880
#### Parameters
1187311881

@@ -12686,7 +12694,7 @@ The data source to which the widget should be bound.
1268612694
### setOptions
1268712695

1268812696
Sets the [`options`](/api/javascript/ui/grid#configuration) of the Grid. Use this method if you want to enable/disable a particular feature/option or to load
12689-
the complete state obtained previously with the [`getOptions`](getoptions) method.
12697+
the complete state obtained previously with the [`getOptions`](/api/javascript/ui/grid/methods/getoptions) method.
1269012698

1269112699
When `setOptions` is called, the Grid widget will be destroyed and recreated. If the widget is bound to remote data, a new read request will be made.
1269212700

@@ -13050,7 +13058,7 @@ The event handler function context (available via the `this` keyword) will be se
1305013058

1305113059
##### e.container `jQuery`
1305213060

13053-
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](edit).
13061+
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](/api/javascript/ui/grid/events/edit).
1305413062

1305513063
##### e.model `kendo.data.Model`
1305613064

@@ -13129,7 +13137,7 @@ The event handler function context (available via the `this` keyword) will be se
1312913137

1313013138
##### e.container `jQuery`
1313113139

13132-
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](edit).
13140+
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](/api/javascript/ui/grid/events/edit).
1313313141

1313413142
##### e.model `kendo.data.Model`
1313513143

@@ -15757,7 +15765,7 @@ The data item to which the table row is bound. If `e.model.id` is null, then a n
1575715765

1575815766
##### e.container `jQuery`
1575915767

15760-
The jQuery object representing the current edit container element. More information is available in the [edit event arguments' description](edit).
15768+
The jQuery object representing the current edit container element. More information is available in the [edit event arguments' description](/api/javascript/ui/grid/events/edit).
1576115769

1576215770
##### e.sender `kendo.ui.Grid`
1576315771

0 commit comments

Comments
 (0)