Arrow
Arrow

Reputation: 321

how to use telerik control in asp.net?

I have seen few tutorials of telerik and made research on it. Now I theoratically know how to use it. But I wanted to know how to start using it. I am using Visual studio express 2013. Whether we need to purchase any license or is it available free of cost or does it have paid and free verson both. Please give information about it.

Upvotes: 2

Views: 3003

Answers (2)

Rahul Nikate
Rahul Nikate

Reputation: 6337

Here's the nice PDF tutorial to get started on telerik asp.net controls: RadControls for ASP.NET AJAX Step-by-Step tutorial. Telerik is not a free but you can download trial version here. Also, Telerik has a community that will help answer questions on their forum.

Don't forget to check out their Documentation and Tutorials page.

To add Telerik UI for ASP.NET AJAX to an existing ASP.NET web application you need to follow these steps: Make sure you have installed ASP.NET AJAX. Info can be found at http://www.asp.net/AJAX/Documentation/Live/InstallingASPNETAJAX.aspx

If your web application is not using ASP.NET AJAX you need to configure it to do so. Detailed instructions can be found at http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx

Upvotes: 4

Zaki
Zaki

Reputation: 5600

It is not free but they do free trials for 30 days:

http://www.telerik.com/products/aspnet-ajax/download.aspx

They also have video and sample applications you can look at for asp.net.

Upvotes: 1

Related Questions