Skip to content

Commit

Permalink
fixing broken links (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-nenkov authored Oct 8, 2024
1 parent 519280b commit 3a70fc6
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 76 deletions.
1 change: 0 additions & 1 deletion api/server/Telerik.Web.UI/RadDateRangePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: Telerik.Web.UI.RadDateRangePicker
# Telerik.Web.UI.RadDateRangePicker

RadDateRangePicker class
You can find information on the server API of RadDateRangePicker at https://docs.telerik.com/devtools/aspnet-ajax/controls/datepicker/server-side-programming/RadDateRangePicker-object .

## Inheritance Hierarchy

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ page_title: Prevent Cross-site Scripting (XSS) - RadEditor
description: Check our Web Forms article about Prevent Cross-site Scripting (XSS).
slug: editor/managing-content/prevent-cross-site-scripting-(xss)
tags: prevent,cross-site,scripting,(xss)
previous_url: controls/editor/managing-content/prevent-cross-site-scripting-(xss)
published: True
position: 4
---
Expand Down
2 changes: 1 addition & 1 deletion getting-started/installation/using-hotfix.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ position: 4

The `HOTFIX` archive is a bare-bones upgrade option for the Telerik UI for ASP.NET AJAX controls. It contains only the files you need to replace in your project to upgrade to the latest version of the Telerik controls. If you are already using Telerik products and want to update only, download the latest `HOTFIX` and apply it.

Note that if you are installing the Telerik products for the first time, it is recommended that you download the complete package ([MSI](https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-telerik-controls-from-msi-file) or [ZIP](https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-telerik-controls-from-zip-file) file).
Note that if you are installing the Telerik products for the first time, it is recommended that you download the complete package ([MSI](slug://introduction/installation/installing-the-telerik-controls-from-msi-file) or [ZIP](slug://introduction/installation/installing-the-telerik-controls-from-zip-file) file).

## List of HOTFIX Files

Expand Down
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
---
title: Adding the Telerik Controls to the Visual Studio Toolbox
page_title: Adding the Telerik Controls to the Visual Studio Toolbox
description: Check our Web Forms article about Adding the Telerik Controls to the Visual Studio Toolbox.
slug: introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/adding-the-telerik-controls-to-the-visual-studio-toolbox
tags: adding,the,telerik,controls,to,the,visual,studio,toolbox
published: True
position: 0
---

# Adding the Telerik Controls to the Visual Studio Toolbox

Telerik UI for ASP.NET controls are added automatically to the Visual Studio Toolbox during [MSI installation](https://docs.telerik.com/devtools/aspnet-ajax/installation/installing-the-telerik-controls-from-msi-file).

If you'd like to add the controls to your project (aspx, ascx, masterpage, etc.) see [Add the Controls to Your Project]({%slug getting-started/adding-the-telerik-controls-to-your-project%}) as well as the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) articles.

The easiest way to setup the Telerik controls in your toolbox is to use the [Telerik Toolbox Configuration Wizard]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/visual-studio-extensions/toolbox-configuration%}), part of the [Progress Telerik UI for ASP.NET AJAX VS Extension
](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETAJAXVSExtensions).

If you are installing Telerik UI for ASP.NET AJAX from a [ZIP distribution]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%}), however, you can do this manually by following the steps below:

1. Log into [your account](https://www.telerik.com/account/product-download?product=RCAJAX) and download the Telerik_UI_for_ASP.NET_AJAX_20xx_x_xxx_Dev_hotfix.zip hotfix zip installation

1. Open your application in Visual Studio.

1. Expand the Toolbox.

1. Expand the **General** section. Alternatively, you can create a new section by selecting the **Add Tab** option from the context menu (right click anywhere in the toolbox). When the new tab is added you can choose its name (e.g. Telerik UI for ASP.NET AJAX YYYY QX).

1. Right-click in the **General** section (or the new one you just created) and open **Choose Items**.
![Choose Items in Visual Studio Toolbox](images/manual_add_telerik_controls_to_VS_toolbox.gif)

1. On the **.NET Framework Components** tab, click **Browse**.

1. Browse to the installation folder, open the **Bin462** folder and select the **Telerik.Web.UI.dll**.

* If the Windows Installer MSI Package was used to install Telerik UI for ASP.NET AJAX, the **Bin462** folder is located in **C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX YYYY QX\Bin462**. If this folder is missing, download the hotfix installation and obtain the Telerik.Web.UI.dll assembly from it as instructed in point 1 in the above list.

* If the ZIP was used to install the Telerik controls, the **Bin462** folder is located in the folder where the installation files have been unzipped.

>note If you want to add Telerik controls for .NET 3.5, .NET 4.0 or .NET 4.5 web project you should select the Telerik.Web.UI.dll from the **C:\Program Files (x86)\Progress\UI for ASP.NET AJAX RX YYYY\Bin35** or **~/Bin40** or **~/Bin45** folder. Note that Bin35 and Bin40 folders are [distributed until R1 2023 SP1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r1-2023-sp1-(version-2023-1-314) and Bin45 is [distributed until 2024 Q1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-2024-q1-(version-2024-1-131)).

## Troubleshooting

If the controls do not appear in the ToolBox, please make sure that the project is of type ASP.NET Web Forms site or application.

You can find more information in the [Design-time Troubleshooting]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/troubleshooting/design-time-troubleshooting%}) section.

## See Also
* [Add the Controls to Your Project](https://docs.telerik.com/devtools/aspnet-ajax/getting-started/adding-the-telerik-controls-to-your-project).
---
title: Adding the Telerik Controls to the Visual Studio Toolbox
page_title: Adding the Telerik Controls to the Visual Studio Toolbox
description: Check our Web Forms article about Adding the Telerik Controls to the Visual Studio Toolbox.
slug: introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/adding-the-telerik-controls-to-the-visual-studio-toolbox
tags: adding,the,telerik,controls,to,the,visual,studio,toolbox
published: True
position: 0
---

# Adding the Telerik Controls to the Visual Studio Toolbox

Telerik UI for ASP.NET controls are added automatically to the Visual Studio Toolbox during [MSI installation](slug://introduction/installation/installing-the-telerik-controls-from-msi-file).

If you'd like to add the controls to your project (aspx, ascx, masterpage, etc.) see [Add the Controls to Your Project]({%slug getting-started/adding-the-telerik-controls-to-your-project%}) as well as the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) articles.

The easiest way to setup the Telerik controls in your toolbox is to use the [Telerik Toolbox Configuration Wizard]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/integration-with-visual-studio/visual-studio-extensions/toolbox-configuration%}), part of the [Progress Telerik UI for ASP.NET AJAX VS Extension
](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETAJAXVSExtensions).

If you are installing Telerik UI for ASP.NET AJAX from a [ZIP distribution]({%slug introduction/installation/installing-the-telerik-controls-from-zip-file%}), however, you can do this manually by following the steps below:

1. Log into [your account](https://www.telerik.com/account/product-download?product=RCAJAX) and download the Telerik_UI_for_ASP.NET_AJAX_20xx_x_xxx_Dev_hotfix.zip hotfix zip installation

1. Open your application in Visual Studio.

1. Expand the Toolbox.

1. Expand the **General** section. Alternatively, you can create a new section by selecting the **Add Tab** option from the context menu (right click anywhere in the toolbox). When the new tab is added you can choose its name (e.g. Telerik UI for ASP.NET AJAX YYYY QX).

1. Right-click in the **General** section (or the new one you just created) and open **Choose Items**.
![Choose Items in Visual Studio Toolbox](images/manual_add_telerik_controls_to_VS_toolbox.gif)

1. On the **.NET Framework Components** tab, click **Browse**.

1. Browse to the installation folder, open the **Bin462** folder and select the **Telerik.Web.UI.dll**.

* If the Windows Installer MSI Package was used to install Telerik UI for ASP.NET AJAX, the **Bin462** folder is located in **C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX YYYY QX\Bin462**. If this folder is missing, download the hotfix installation and obtain the Telerik.Web.UI.dll assembly from it as instructed in point 1 in the above list.

* If the ZIP was used to install the Telerik controls, the **Bin462** folder is located in the folder where the installation files have been unzipped.

>note If you want to add Telerik controls for .NET 3.5, .NET 4.0 or .NET 4.5 web project you should select the Telerik.Web.UI.dll from the **C:\Program Files (x86)\Progress\UI for ASP.NET AJAX RX YYYY\Bin35** or **~/Bin40** or **~/Bin45** folder. Note that Bin35 and Bin40 folders are [distributed until R1 2023 SP1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r1-2023-sp1-(version-2023-1-314) and Bin45 is [distributed until 2024 Q1](https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-2024-q1-(version-2024-1-131)).

## Troubleshooting

If the controls do not appear in the ToolBox, please make sure that the project is of type ASP.NET Web Forms site or application.

You can find more information in the [Design-time Troubleshooting]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/troubleshooting/design-time-troubleshooting%}) section.

## See Also
* [Add the Controls to Your Project](https://docs.telerik.com/devtools/aspnet-ajax/getting-started/adding-the-telerik-controls-to-your-project).
41 changes: 17 additions & 24 deletions knowledge-base/common-determine-mixed-render-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,33 +48,10 @@ This article will help you to inspect the page for "mixed render mode" issue. Th

Attached you can find a script that uses custom script to determine the render modes of all controls and the page and the Toastr.js library in order to visualize the data in a dismissable popup.

* <a href="files/render-mode-script.js" target="_blank"> render-mode-script.js</a>
* [render-mode-script.js](files/render-mode-script.js)

For a quick check, you can open the Browser's DevTools(F12) and in the Console tab to execute the following script

````JavaScript
$telerik.$(document.body).append('<script src="https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/files/render-mode-script.js"></script>');
````

This will load the script and execute the function automatiocally.

In case you have nested iframes, then the Context of the DevTools is important and might need to be changed to work properly
* [Execution Contexts in Chrome DevTools](https://www.telerik.com/blogs/improve-your-debugging-skills-with-chrome-devtools-(part-2)#execution-contexts-in-chrome-devtools)


Another approach is to load the scripts on the page where the issues appear and use a button click or the Console again to run the check.

To run it, you would need to load the Toastr.js library, then the attached script and run the ShowControlsRenderMode() function.
````ASP.NET
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="render-mode-script.js"></script>
<asp:Button Text="Show All render modes on the page" OnClientClick="ShowControlsRenderMode(); return false;" runat="server" />
````


Here is also the content of the render-mode-script.js file:

````JavaScript
(function () {
window.$ = $ || window.$telerik.$;
Expand Down Expand Up @@ -162,6 +139,22 @@ Here is also the content of the render-mode-script.js file:
})(window);
````

This will load the script and execute the function automatiocally.

In case you have nested iframes, then the Context of the DevTools is important and might need to be changed to work properly
* [Execution Contexts in Chrome DevTools](https://www.telerik.com/blogs/improve-your-debugging-skills-with-chrome-devtools-(part-2)#execution-contexts-in-chrome-devtools)


Another approach is to load the scripts on the page where the issues appear and use a button click or the Console again to run the check.

To run it, you would need to load the Toastr.js library, then the attached script and run the ShowControlsRenderMode() function.
````ASP.NET
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
<script src="render-mode-script.js"></script>
<asp:Button Text="Show All render modes on the page" OnClientClick="ShowControlsRenderMode(); return false;" runat="server" />
````

## See Also

* [Render modes](https://docs.telerik.com/devtools/aspnet-ajax/controls/render-modes) article
Expand Down

0 comments on commit 3a70fc6

Please sign in to comment.