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/accessibility/accessibility-overview.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
@@ -118,4 +118,4 @@ Kendo UI for jQuery components are tested in the following environments:
118
118
119
119
## See Also
120
120
121
-
*[Telerik and Kendo UI Design System Accessibility Documentation](https://www.telerik.com/design-system/docs/foundation/accessibility/global-accessibility)
121
+
*[Telerik and Kendo UI Design System Accessibility Documentation](https://www.telerik.com/design-system/docs/foundation/guides/accessibility/global-accessibility/)
Copy file name to clipboardExpand all lines: docs/api/javascript/kendo.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
@@ -767,7 +767,7 @@ Finds all Kendo widgets that are children of the specified element and calls the
767
767
768
768
##### force `Boolean`*(default: false)*
769
769
770
-
Determines whether the resizing routine should be executed even if the respective widget's outer dimensions have not changed. The parameter will be passed to the [widget's `resize` method](/using-kendo-in-responsive-web-pages#individual-widget-resizing).
770
+
Determines whether the resizing routine should be executed even if the respective widget's outer dimensions have not changed. The parameter will be passed to the widget's `resize` method.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/grid.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11935,7 +11935,7 @@ Set this to `true` to repeat the grid headers on each page.
11935
11935
11936
11936
### pdf.scale `Number` *(default: 1)*
11937
11937
11938
-
A scale factor. In many cases, text size on screen will be too big for print, so you can use this option to scale down the output in PDF. See the documentation in [drawDOM](/framework/drawing/drawing-dom#Scaling).
11938
+
A scale factor. In many cases, text size on screen will be too big for print, so you can use this option to scale down the output in PDF. See the [Scaling the Drawings](slug://scalingofcontent_drawing) article.
11939
11939
11940
11940
> **Important**
11941
11941
>
@@ -13840,7 +13840,7 @@ When using multicolumn headers, using an index is not allowed. In such scenarios
13840
13840
13841
13841
> The method ignores and does not resize [hidden](/api/javascript/ui/grid/configuration/columns.hidden) columns.
13842
13842
>
13843
-
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](/controls/grid/appearance#widths), according to their content.
13843
+
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](slug://width_kendoui_grid_widget), according to their content.
13844
13844
>
13845
13845
> Use `autoFitColumn` only after the Grid has been databound. Executing the method immediately after Grid initialization makes no sense and can lead to undesired behavior.
13846
13846
@@ -13909,7 +13909,7 @@ Applies the minimum possible width for all columns, so that all text fits withou
13909
13909
13910
13910
> The method ignores and does not resize [hidden](/api/javascript/ui/grid/configuration/columns.hidden) columns.
13911
13911
>
13912
-
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns ([autoFitColumn](/api/javascript/ui/grid/methods/autoFitColumn)) that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](/controls/grid/appearance#widths), according to their content.
13912
+
> Auto-fitting all columns at once is a resource-intensive operation and is not recommended. A better option is to auto-fit only a few columns ([autoFitColumn](/api/javascript/ui/grid/methods/autoFitColumn)) that have the most variable content in terms of length. Alternatively, disable scrolling and allow the [browser to adjust all column widths automatically](slug://width_kendoui_grid_widget), according to their content.
13913
13913
>
13914
13914
> Use `autoFitColumns` only after the Grid has been databound. Executing the method immediately after Grid initialization makes no sense and can lead to undesired behavior.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/scheduler.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
@@ -564,7 +564,7 @@ The [template](/api/javascript/kendo/methods/template) which renders the editor.
564
564
The template should contain elements whose `name` HTML attributes are set as the editable fields. This is how the Scheduler will know
565
565
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.
566
566
567
-
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](/intro/widget-basics/mvvm-initialization) for more info.
567
+
> Use the `role` data attribute to initialize Kendo UI widgets in the template. Check [data attribute initialization](slug://mvvm_initialization_kendoui) for more info.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/treelist.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
@@ -7144,7 +7144,7 @@ The data source to which the widget will be bound.
7144
7144
### setOptions
7145
7145
7146
7146
Sets the options of the Treelist. Use this method if you want to enable/disable a particular feature/option or to load
7147
-
the complete state obtained previously with the [`getOptions`](/api/javascript/ui/treelist/methods/getoptions) method.
7147
+
the complete state obtained previously with the [`getOptions`](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/treelist/methods/getoptions) method.
7148
7148
7149
7149
When `setOptions` is called, the Treelist widget will be destroyed and recreated. If the widget is bound to remote data, a new read request will be made.
0 commit comments