Hello Kostadin
Thank you for the information. I am trying to upgrade the one project solution to the new version. Howevere the automatic popup which says "project is using older version of radcontrols" is not showing up anymore. It did for the first website i did on VS studio 2012. If i have to go add Telerik.web.ui.dll to the bin i can, but to change each page that's a bit of concern and i have to change the .aspx and the class file where in the class files it used to say Telerik.webcontrols.requestedeventargs events this i have to remove it manually which a big hassle.
can you please tell me how i can get the popup back so that i can upgrade the complete solution.
And also I use
<%@ Register Assembly="RadGrid.Net2" Namespace="Telerik.WebControls" TagPrefix="rad" %>
in each of my page and then needdatasource
Protected Sub RadGrid1_NeedDataSource(ByVal source As Object, ByVal e As Telerik.WebControls.GridNeedDataSourceEventArgs) Handles RadGrid1.NeedDataSource
If the automatic doesn't work then I have to manually delete Telerik.WebControls in the class and then replace rad: to telerik: in each page which is a lot work as there are lot pages. And then Telerik.WebControls functions are not same as Telerik.Web.ui . Please let me know if I can do it an easy way.
Thank you
Kavya M