Tech Blog Updates on Software & Technology

8Sep/090

Teleric Controls – Visual Studio

Teleric controls are just the third party controls which you can simply add to your application. It may be web application or your windows application as well. It may seem to be a night mare to use it for the first time. But it is as simple as that. You will have to follow certain prescribed procedures to get that control installed and executed in your application. The prescribed procedure is as follows. Take for example; you are planning to install a RAD Grid into your application. The procedures involved in it are very simple. Normally just by adding the control to your design form, you will be asked to add a script manager control. After adding that, most probably you can’t run the application. Just add the below html tag to your html handler tag. <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false"/>.  It is all over. Now you can view the Teleric RAD Grid control in your design screen. Now, start browsing upon the control to get more details about that. I can assure you that it is very simple work to be done.