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/api/javascript/data/orgchartmodel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ res_type: api
7
7
8
8
# kendo.data.OrgChartModel
9
9
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).
Copy file name to clipboardExpand all lines: docs/api/javascript/data/treelistmodel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ res_type: api
7
7
8
8
# kendo.data.TreeListModel
9
9
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).
Copy file name to clipboardExpand all lines: docs/api/javascript/dataviz/ui/diagram.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5046,7 +5046,7 @@ A function that returns a visual element to render for a given shape. The follow
5046
5046
*[Image](/api/javascript/dataviz/diagram/image)
5047
5047
*[Layout](/api/javascript/dataviz/diagram/layout)
5048
5048
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.
5050
5050
5051
5051
#### Example - declaring a custom visual for Diagram shapes
Copy file name to clipboardExpand all lines: docs/api/javascript/dataviz/ui/qrcode.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ Returns a PNG image of the qrcode encoded as a [Data URL](https://developer.mozi
453
453
454
454
Redraws the QR code using the current value and options.
455
455
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.
457
457
458
458
#### Example - set background property and redraw QRCode
Copy file name to clipboardExpand all lines: docs/api/javascript/drawing/segment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ res_type: api
8
8
9
9
Defines a path segment with an anchor point and optional curve control points.
10
10
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.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/gantt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2346,7 +2346,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the editor.
2346
2346
The template should contain elements whose `name` HTML attributes are set as the editable fields. This is how the Gantt will know
2347
2347
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.
2348
2348
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.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/grid.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ The "destroy" built-in command removes the data item to which the current table
375
375
376
376
Custom commands are supported by specifying the [click](columns.command.click) option.
377
377
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.
379
379
380
380
#### Example - set command as a string
381
381
@@ -1235,7 +1235,7 @@ Only columns that are bound to a field can be sortable or filterable.
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.
1238
+
for all columns when filtering is enabled via the [filterable](/api/javascript/ui/grid/configuration/filterable) option.
1239
1239
1240
1240
Can be set to a JavaScript object which represents the filter menu configuration.
1241
1241
@@ -2818,7 +2818,7 @@ Also accepts the device identifiers that are [available in Bootstrap 4](https://
2818
2818
2819
2819
The pixel screen width below which the user will not be able to resize the column via the UI.
2820
2820
2821
-
> This option is meaningful when the grid is set as [resizable](resizable).
2821
+
> This option is meaningful when the grid is set as [resizable](/api/javascript/ui/grid/configuration/resizable).
2822
2822
2823
2823
#### Example - set the column width as a number
2824
2824
@@ -2907,7 +2907,7 @@ More about the Grid Selection feature you can find in [this documentation articl
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.
2910
+
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.
2911
2911
2912
2912
#### Example - disable sorting
2913
2913
@@ -2964,7 +2964,7 @@ The basic function implementation is as follows (pseudo-code):
2964
2964
```
2965
2965
2966
2966
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.
2967
+
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.
2968
2968
2969
2969
#### Example - define custom compare function
2970
2970
@@ -3448,7 +3448,7 @@ The text displayed in the header of the group.
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).
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](/api/javascript/ui/grid/configuration/filterable).
3452
3452
3453
3453
#### Example - disable column menu filtering
3454
3454
@@ -3506,7 +3506,7 @@ If set to `true`, the global column menu will render a button to allow the user
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.
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](/api/javascript/ui/grid/configuration/sortable) option.
3510
3510
3511
3511
> If this option is set to `false` the user could still sort by clicking the column header cell.
3512
3512
@@ -11867,7 +11867,7 @@ If set to true, the exported items will include the column headers.
11867
11867
Retrieves the options that are currently enabled or disabled on the Grid, also gives the current state of the dataSource.
11868
11868
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.
11869
11869
11870
-
> Please refer to the [`setOptions()`](setoptions) method documentation for more important information.
11870
+
> Please refer to the [`setOptions()`](/api/javascript/ui/grid/methods/setoptions) method documentation for more important information.
11871
11871
11872
11872
#### Parameters
11873
11873
@@ -12686,7 +12686,7 @@ The data source to which the widget should be bound.
12686
12686
### setOptions
12687
12687
12688
12688
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.
12689
+
the complete state obtained previously with the [`getOptions`](/api/javascript/ui/grid/methods/getoptions) method.
12690
12690
12691
12691
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.
12692
12692
@@ -13050,7 +13050,7 @@ The event handler function context (available via the `this` keyword) will be se
13050
13050
13051
13051
##### e.container `jQuery`
13052
13052
13053
-
The jQuery object that represents the edit container element. More information is available in the [edit event arguments' description](edit).
13053
+
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).
13054
13054
13055
13055
##### e.model `kendo.data.Model`
13056
13056
@@ -15757,7 +15757,7 @@ The data item to which the table row is bound. If `e.model.id` is null, then a n
15757
15757
15758
15758
##### e.container `jQuery`
15759
15759
15760
-
The jQuery object representing the current edit container element. More information is available in the [edit event arguments' description](edit).
15760
+
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).
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/mediaplayer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ Gets or sets the information about the media that is loaded in the widget.
255
255
256
256
##### value `Object`
257
257
258
-
The media configuration to load in the MediaPlayer. Accepts the same values as the [`media`](../configuration/media) option.
258
+
The media configuration to load in the MediaPlayer. Accepts the same values as the [`media`](/api/javascript/ui/mediaplayer/configuration/media) option.
0 commit comments