Skip to content

Commit

Permalink
Update See Also in all troubleshooting articles
Browse files Browse the repository at this point in the history
  • Loading branch information
Desislava Mihaylova committed Feb 16, 2016
1 parent 248ee60 commit 5a6cdb7
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 32 deletions.
1 change: 1 addition & 0 deletions docs/controls/charts/troubleshoot/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ Other articles on troubleshooting:
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Common Issues in Telerik UI for ASP.NET MVC](/aspnet-mvc/troubleshooting)
4 changes: 2 additions & 2 deletions docs/controls/data-management/grid/print-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ In most cases the Grid is not the only content on a page and, yet, you might wan

There are two ways to print the content of the Grid only, though the Grid itself may not be the only content displayed on a page.

### Print Existing Web Page
### Print Existing Web Pages

Print the existing web page, but use a print stylesheet to hide the parts of the page that are not needed.

### Print New Web Page
### Print New Web Pages

The example below demonstrates how to retrieve the Grid HTML, inject it in a new browser window, and trigger the printing of the new page. It also addresses some other important things you must keep in mind as follows:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI Diagram Widget
page_title: Common Issues | Kendo UI Diagram
description: "Learn how to deal with issues you may encounter while using the Kendo UI Diagram widget."
slug: troubleshooting_diagram_widget
position: 1
Expand Down Expand Up @@ -32,7 +32,7 @@ Select **Internet Options** > **Security** > **Internet** (or **Local intranet**

Such issues are typically caused by the different fonts that are used on screen and in the PDF.

For display, the browser will substitute the selected font with whatever is provided by the system. During export, you will take the metrics from the actual font in use and determine the PDF layout from that. It is likely that the resulting PDF will be displayed with a different font, leading to layout and encoding issues.
For display, the browser substitutes the selected font with whatever is provided by the system. During export, you take the metrics from the actual font in use and determine the PDF layout from that. It is likely that the resulting PDF is displayed with a different font, leading to layout and encoding issues.

**Solution**

Expand Down Expand Up @@ -196,7 +196,19 @@ Other articles on styling, appearance, and rendering of Kendo UI widgets:

Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Scheduler]({% slug troubleshooting_scheduler_widget %})
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
* [Common Issues Related to Styling, Appearance, and Rendering]({% slug commonissues_troubleshooting_kendouistyling %})
* [Common Issues in Telerik UI for ASP.NET MVC](/aspnet-mvc/troubleshooting)
* [Common Issues in the Grid ASP.NET MVC HtmlHelper Extension](/aspnet-mvc/helpers/grid/troubleshooting)
* [Common Issues in the Upload ASP.NET MVC HtmlHelper Extension](/aspnet-mvc/helpers/upload/troubleshooting)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI ComboBox Troubleshooting
page_title: Common Issues | Kendo UI ComboBox
description: "Learn how to handle possible issues while working with the Kendo UI ComboBox widget."
slug: troubleshooting_common_issues_combobox_kendoui
---
Expand Down Expand Up @@ -70,11 +70,15 @@ Other articles on Kendo UI ComboBox:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Scheduler]({% slug troubleshooting_scheduler_widget %})
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
* [Common Issues Related to Styling, Appearance, and Rendering]({% slug commonissues_troubleshooting_kendouistyling %})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI DropDownList Troubleshooting
page_title: Common Issues | Kendo UI DropDownList
description: "Learn how to handle possible issues while working with the Kendo UI DropDownList widget."
slug: troubleshooting_common_issues_dropdownlist_kendoui
---
Expand Down Expand Up @@ -73,11 +73,15 @@ Other articles on Kendo UI DropDownList:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Scheduler]({% slug troubleshooting_scheduler_widget %})
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
* [Common Issues Related to Styling, Appearance, and Rendering]({% slug commonissues_troubleshooting_kendouistyling %})
Expand Down
8 changes: 5 additions & 3 deletions docs/controls/editors/editor/troubleshoot/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI Editor Troubleshooting
page_title: Common Issues | Kendo UI Editor
description: "Learn how to deal with issues you may encounter while using the Kendo UI Editor widget."
previous_url: /web/editor/troubleshooting
slug: troubleshooting_editor_widget
Expand Down Expand Up @@ -117,15 +117,17 @@ Other articles on Kendo UI Editor:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Scheduler]({% slug troubleshooting_scheduler_widget %})
* [Common Issues in Kendo UI Upload](/web/upload/troubleshooting)
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
* [Common Issues Related to Styling, Appearance, and Rendering]({% slug commonissues_troubleshooting_kendouistyling %})
* [Common Issues in Telerik UI for ASP.NET MVC](/aspnet-mvc/troubleshooting)
* [Common Issues in the Grid ASP.NET MVC HtmlHelper Extension](/aspnet-mvc/helpers/grid/troubleshooting)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI MultiSelect Troubleshooting
page_title: Common Issues | Kendo UI MultiSelect
description: "Learn how to handle possible issues while working with the Kendo UI MultiSelect widget."
slug: troubleshooting_common_issues_multiselect_kendoui
---
Expand Down Expand Up @@ -73,9 +73,14 @@ Other articles on Kendo UI MultiSelect:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI Scheduler]({% slug troubleshooting_scheduler_widget %})
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
Expand Down
7 changes: 5 additions & 2 deletions docs/controls/editors/upload/troubleshoot/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI Upload Widget
page_title: Common Issues | Kendo UI Upload
description: "Learn how to deal with issues you may encounter while using the Kendo UI Upload widget."
previous_url: /controls/editors/upload/troubleshooting
slug: troubleshooting_upload_widget
Expand Down Expand Up @@ -70,10 +70,13 @@ Other articles on Kendo UI Upload:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Common Issues
page_title: Common Issues | Kendo UI Scheduler Troubleshooting
page_title: Common Issues | Kendo UI Scheduler
description: "Learn how to deal with issues you may encounter while using the Kendo UI Scheduler widget."
previous_url: /web/scheduler/troubleshooting
slug: troubleshooting_scheduler_widget
Expand Down Expand Up @@ -84,13 +84,16 @@ Other articles on Kendo UI Scheduler:
Other articles on troubleshooting:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
* [Common Issues in Kendo UI Upload]({% slug troubleshooting_upload_widget %})
* [Common Issues Related to Styling, Appearance, and Rendering]({% slug commonissues_troubleshooting_kendouistyling %})
* [Common Issues in Telerik UI for ASP.NET MVC](/aspnet-mvc/troubleshooting)
Expand Down
10 changes: 5 additions & 5 deletions docs/intro/supporting/browser-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The [hybrid UI widgets and frameworks]({% slug bundle_supportfor_kendoui_compone

[Kendo UI widgets rendering data visualization]({% slug bundle_supportfor_kendoui_components %}) may require more recent browser versions as well. If you want to use them in your project, consider the information below.

#### Fully supported browsers
#### Fully Supported Browsers

| Browser | Supported Versions |
| :---------------- | :---------------------------- |
Expand All @@ -54,7 +54,7 @@ The [hybrid UI widgets and frameworks]({% slug bundle_supportfor_kendoui_compone
| iOS Safari | iOS 8 or later |
| Chrome for Mobile | 21 or later |

#### Browsers with limited support
#### Browsers with Limited Support

| Browser | Supported Versions | Limitations |
| :---------------- | :---------------------------- | :----------- |
Expand Down Expand Up @@ -120,9 +120,9 @@ The [hybrid UI widgets and frameworks]({% slug bundle_supportfor_kendoui_compone

To ensure the best performance of your project, make sure that you:

* Always use an up-to-date browser version
* Check **Disable Script Debugging** from your browser configuration options
* Activate Caching in Internet Explorer
* Always use an up-to-date browser version
* Check **Disable Script Debugging** from your browser configuration options
* Activate Caching in Internet Explorer

## See Also

Expand Down
10 changes: 5 additions & 5 deletions docs/styles-and-layout/appearance-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ Some themes require a different common (base) stylesheet that applies different
| **`kendo.common-fiori.css`** | The base stylesheet for the Fiori theme available in the enterprise bundles of Kendo UI. Use this file instead of `kendo.common.css` and only with `kendo.fiori.css`. |
| **`kendo.common-office365.css`** | The base stylesheet for the Office365 theme available in the enterprise bundles of Kendo UI. Use this file instead of `kendo.common.css` and only with `kendo.office365.css`. |

## Theme-related Folders
## Theme-Related Folders

Apart from the common stylesheet and theme stylesheet, the following folders must be available in your application.

* /*ThemeName*/ - this is the folder, which contains all images required by the used Kendo UI theme. The folder name matches the theme name, e.g. "Default", "Bootstrap", "Silver", etc. The theme image folders for unused themes can be removed.
* /fonts/ - this is where the KendoUIGlyphs and DejaVu font files reside. The KendoUIGlyphs font describes the Kendo UI font icons used by web widgets. The DejaVu font is used by default during [PDF export](/framework/drawing/drawing-dom).
* /images/ - this where the Kendo UI font icons for the mobile widgets reside.
* /textures/ - this is where some fallback theme images are stored for browsers that do not support CSS3 linear gradients.
* `/ThemeName/`—This is the folder, which contains all images required by the used Kendo UI theme. The folder name matches the theme name, e.g. `Default`, `Bootstrap`, `Silver`, etc. The theme image folders for unused themes can be removed.
* `/fonts/`—This is where the `KendoUIGlyphs` and `DejaVu` font files reside. The `KendoUIGlyphs` font describes the Kendo UI font icons used by the web widgets. The `DejaVu` font is used by default during [PDF export]({% slug drawingofhtmlelements_drawingapi %}).
* `/images/`—This where the Kendo UI font icons for the mobile widgets reside.
* `/textures/`—This is where some fallback theme images are stored for browsers that do not support the CSS3 linear gradients.

## Primitives

Expand Down
3 changes: 3 additions & 0 deletions docs/styles-and-layout/troubleshoot/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ This page provides resource links to possible solutions for issues related to Ke

Troubleshooting articles on common issues in Kendo UI:

* [Common Issues in Kendo UI]({% slug troubleshooting_common_issues_kendoui %})
* [JavaScript Errors]({% slug troubleshooting_javascript_errors_kendoui %})
* [Performance Issues]({% slug troubleshooting_system_memory_symptoms_kendoui %})
* [Content Security Policy]({% slug troubleshooting_content_security_policy_kendoui %})
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
Expand Down
1 change: 1 addition & 0 deletions docs/troubleshoot/content-security-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Other articles on troubleshooting:
* [Common Issues in Kendo UI Excel Export]({% slug troubleshooting_excel_export_kendoui %})
* [Common Issues in Kendo UI Charts]({% slug troubleshooting_chart_widget %})
* [Common Issues in Kendo UI ComboBox]({% slug troubleshooting_common_issues_combobox_kendoui %})
* [Common Issues in Kendo UI Diagram]({% slug troubleshooting_diagram_widget %})
* [Common Issues in Kendo UI DropDownList]({% slug troubleshooting_common_issues_dropdownlist_kendoui %})
* [Common Issues in Kendo UI Editor]({% slug troubleshooting_editor_widget %})
* [Common Issues in Kendo UI MultiSelect]({% slug troubleshooting_common_issues_multiselect_kendoui %})
Expand Down
Loading

0 comments on commit 5a6cdb7

Please sign in to comment.