the_V
the_V

Reputation: 913

Telerik "classic controls" for ASP.NET

I've got a project that uses Telerik controls, but they not like Telerik stuff I've had experience with. It looks like I have a separate assembly for each component, like RadAjax.Net2.dll, RadGrid.Net2.dll and so on. I don't really understand what all this is about because the only way of having Telerik controls organized that I'm aware of is a single assembly Telerik.Web.UI.

Could anyone please explain me what version it is when I have a single assembly for every component? What term should I use when I'm referring to this stuff? Does "classic controls" sound right? I can't download anything like it from Telerik website for my experiments, what can I do? Any useful information is really appreciated. Thanks!

Upvotes: 0

Views: 600

Answers (1)

Atanas Korchev
Atanas Korchev

Reputation: 30671

RadControls for ASP.NET Ajax come in a single-assembly fashion - Telerik.Web.UI.dll. You are using RadControls "Classic" which is the older version. RadControls "Classic" are no longer updated and you cannot download them from the Telerik web site.

Upvotes: 3

Related Questions