Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Devexpress or Telerik Controls comparison [closed]

I am looking into purchasing either dev express or telerik to aid in the development of our applications.

We are mainly an asp.net outfit but we are starting to make more and more use of silverlight and mvc.

I would like to know what people have thought about:

  • Feature set
  • Ease of use
  • Documentation
  • Pricing and Licensing
like image 689
Matt Seymour Avatar asked Jul 05 '11 10:07

Matt Seymour


People also ask

Which is better DevExpress or Telerik?

Reviewers felt that DevExpress meets the needs of their business better than Progress Telerik. When comparing quality of ongoing product support, reviewers felt that DevExpress is the preferred option. For feature updates and roadmaps, our reviewers preferred the direction of DevExpress over Progress Telerik.

What is Telerik controls used for?

Telerik provides a ultimate toolbox for developers which includes Web UI Controls, Desktop UI Controls, Mobile UI Controls, VisualStudio Productivity Tools HTML5/JavaScript widgets, Data tools, Functional testing and Unit Testing.

How does Visual Studio integrate with DevExpress?

Open your ASP.NET MVC project. In the main menu of Visual Studio, click the DEVEXPRESS submenu and select ASP.NET Controls v22.1 | Run Wizard to Update Project…. This invokes the DevExpress ASP.NET MVC Project Wizard.

How do I add Telerik controls to VS 2019?

To configure the Telerik NuGet Feed in Visual Studio: Open Visual Studio and go to Tools > NuGet Package Manager > Package Manager Settings. Select Package Sources and then click the + button to add a new package source. Enter a Name for the new package source, for example, Telerik NuGet.


5 Answers

Just to set the tone here: I work for Telerik and am involved with their ASP.NET (AJAX and MVC) as well as XAML products so keep that in mind :)

Since both companies suites tend to be fairly similar I highly recommend trying both of them out. Generally when I try out a 3rd party vendor I try to do the following:

  • Check out the features of the controls
  • Use their Documentation and Examples
  • Check out the community (forums)
  • Try out support (submit a ticket just to see the kind of response I get)

Usually after this I have a pretty good idea whether or not I like the product or not!

As for Telerik-specific items I'll keep to the categories you mentioned to make it easier :)

Feature set

Since you mentioned that you're interested in ASP.NET AJAX, ASP.NET MVC and Silverlight I say look over our demo pages and see what we offer. Every demo has the source code listed on the page (for ASP.NET products it's below the actual demo, for Silverlight there's a "Code" button in the upper right-hand corner of the demo). This will give you an idea of the features, as well as the code that goes into the controls.

  • ASP.NET AJAX
  • ASP.NET MVC
  • Silverlight

Ease of use

Whenever I get feedback from any of our customers they almost always mention how quick and easy it is to get started with our controls. However, what one person thinks is easy an intuitive might not be the case for another, so I say try out the components and see what you think! :D

Documentation

Our documentation is full of examples and more detailed information about the controls. Again, I definitely recommend using the documentation for the products to see what you think:

  • ASP.NET AJAX
  • ASP.NET MVC
  • Silverlight

Pricing and Licensing

Our license is on a per-developer basis, with no royalty fees or anything like that for distribution. We try to make your life as easy as possible, and if you're working on a team where multiple people come in and out of the team we have the ability for you to transfer a license to a new individual coming in on the team.

Since you are looking at three products I highly recommend looking into the Premium Collection or even Ultimate Collection (for a full list of what's included, see this page) since you get quite a deal on these packages.

Also, our trials are fully functional and do not expire (only a trial message pops up once in a while) so feel free to use and abuse the components to your hearts content!

So that's it for my wall of text, good luck with the evaluation!

like image 121
carlbergenhem Avatar answered Sep 19 '22 17:09

carlbergenhem


First the disclaimer - I work for DevExpress. And I'll try to give you my fair answer because the choice and decision is up to you.

Generally, both Suites will seem similar in terms of products and features. However there are some key differences which can be advantageous for you. Before you make a decision, I recommend:

1) Decide which functionality is needed

2) Which controls you are going to use or need

3) Ask support whether the features you need are supported. I know that there can be a situation, when everything works OK, but there is just a small thing which must be implemented ... and you can't.

Please spend a little time to research before making a decision. If you choose our controls, our support team will be glad to assist you.

One of the key benefits of using our tools: - easy to get started - lots of resources to learn - intuitive API, setting up complex scenarios is easier - great community - excellent support team

Hmm, I was going to write a long answer about ASP.NET DevExpress controls ... Being the author of some of them, I like them :). Really. They are really good. Hope, you will make a decision which will bring you the benefit.

Please feel free to contact us at [email protected] if you have any questions and we'll be glad to help you.

like image 43
DevExpress Team Avatar answered Sep 18 '22 17:09

DevExpress Team


This is a great discussion. I used the DevExpress ASP.NET suite for over two years on one project and I'm now using Telerik ASP.NET AJAX on a new project.

To be perfectly honest - they basically do the same thing. The difference is in the support and samples. In this - I think DevExpress does a better job.

my $.02...

Edit

I haven't used either DevExpress or Telerik controls in quite some time. So to be fair to both DevExpress and Telerik, my original answer is moot at this point.

like image 37
William Xifaras Avatar answered Sep 17 '22 17:09

William Xifaras


Telerik ASP.NET controls have significant advantage over DevExpress -- automated web tests, rich API for testing Web Pages containing telerik controls.

Telerik also has less strict license terms:

  • Telerik software is licensed on a per-seat basis
  • DevExpress software is licensed on per developer bases (personal) without permission to hand over license to other developers.

But in my company we use DevExpress. It was not me who chose these components. In fact I am pretty happy working with DevExpress.

like image 41
Stanislav Berkov Avatar answered Sep 19 '22 17:09

Stanislav Berkov


I use Telerik ASP.NET, not by my choice but by my managers.

Feature set: great, you have tools for pretty much anything you need.

Ease of use: it is OK, not excellent (nothing is). Had some problems with styling some controls (telerik here is not making our lifes easier). Also some controls don't work well together (RadComboBox inside RadMenu sometimes can give a headache for example).

Documentation: Alot of articles. In fact Telerik is braging about how great is their documentation. I have found that alot of it is outdated or incorrect. Especially in terms of client-side API: find something in their documentation what actually works, nearly impossible (example: they suggest to use function .listDOMElement while in fact it is .get_listDOMElement). Who is writing that, I don't know...

Licensing: can't say much as my manager cares about that...

like image 23
Daniel Gruszczyk Avatar answered Sep 19 '22 17:09

Daniel Gruszczyk