Tuesday, August 25, 2009

Telerik Controls

If you system is not installed with the 3rd party tools,How to get that in your MS visual studio...

To get telerik control in Your toolbox or any controls you can just drag drop the dll to the MS visual studio Toolbox.
I created a new toolbox menu by Right clicking on it ToolBox->Right click->Add Tab->Give ur control toolbox Name->Drag drop the Dll of the 3rd party tools like telerik or infragistics you can find that in the installed directory or existing application bin folder.Here im using Telerik.Web.UI.dll.

Most of the Telerik Web tools are Ajax enabled.So if you just drag drop your tool to your aspx page it gives an error message like this

Error message "The control with ID '[ControlID]' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it."

So use this code Ajax etension in your master page or the aspx page you are using .

<asp:ScriptManager ID="ScriptManager1" runat="server" />

1 comment:

  1. Free trials are also available on the Telerik website in case you need access to documentation and examples related to the controls. The documentation is also accessable through the website in case you want to access it independent of the installation.

    ReplyDelete