Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

As WPF developer I want spent some bucks buying JUST ONE (I don't want end with multiple vendors) controls package to improve my desktop applications UI. So, thinking that the money is not a problem, what is the most complete-powerful-nice WPF control packages out there in your experience?

SO FAR THE RANK IS:

1- Telerik (2 votes)

1- DevExpress (2 vote)

Multiple votes are not considered ;)

share|improve this question
I would really recommend basing your purchase on your necessities rather than on what other people vote. – Carlo Jan 25 '11 at 22:02
lol, thank for your comment Carlos. The problem here is that my necessities in the next six months will be unpredictable as general desktop app developer, and what I need is mastering a controls package to affront such necessities. A deep evaluation will cost me lot of time, possibly more time that what I will lost in the next six months due to a "wrong" selection, that is the cause of the voting thing, seem absurd, but in my case (hope other programmer too) is the only thing that I can figure out apart of an almost random (evaluating the packages in few hours) selection. – frankabel Jan 25 '11 at 22:56
Why don't you download the trials and try them yourself then? – Carlo Jan 28 '11 at 19:21

3 Answers

DevExpress seems to cover almost all the grounds and is a pretty comprehensive package (theming, skins, charting, grid, reporting, persistence etc) from my experience.

http://www.devexpress.com/Products/NET/Controls/WPF/

Some considerations

share|improve this answer
Thanks for your vote CK. – frankabel Jan 24 '11 at 21:46
+1. @frankabel when it comes to 3rd party as a general advice you should have to decide what is important for you. Each vendor specializes in some direction. eg., Documentation or Support or Control Quality or Ease of use. You have to decide amongst them which is best of your interest. To find the best component for you, you have to analyze them individually. – Prince Ashitaka Jan 25 '11 at 4:08
I know, but lets say that you are a developer of desktops apps and yours apps have multiple needs, so no specific strong packages characteristic can be consider, what is your choice if you just can select one? I suppose that the parameters for the selection can be 1- minimal robustest(not full of trivial bugs) 2- powerful/feature-set 3-nice UI out the box. Thanks Prince. Will appreciate your vote. – frankabel Jan 25 '11 at 13:46

Most of them are pretty robust, but please read on.

I've used Telerik and Infragistics, and we've had problems with both. Infragistics support simply sucks. They just tell you "you should do this and that" but they don't tell you how. Telerik on the other hand is always happy to help out, and they do stretch themselves a lot when doing so.

But it just depends on what you're looking for. In our case, the main reason we got these third party controls was for the TreeView, which worked [sort of] nicely, until we decided to incorporate virtualization. I have really long support tickets with Telerik about that, I have found many bugs (for which you get Telerik points, which are equivalent to 10 dollars a bug [got 50 bucks now!]), and as I stated before, Telerik just doesn't seem to give up when trying to fix something. Infragistics on the other hand say "it's a feature", "the development team said this is not a bug", when it clearly is (how can you say a treeview virtualizes it's items when you have 1700 + tree view items in memory!? come on!).

Anyway, I'd really recommend not buying them yet until you need something really specialized that these companies provide (maybe the DataGrid would be a really good example, but I think WPF 4 has a DataGrid now). Basically they just make things look pretty, and I'm telling you, some of their controls are not THAT difficult to do on your own.

Anyway, to answer your question. Just for their support, I'd definitely go with Telerik without thinking twice.

share|improve this answer
This is completely consonant with my experience. The Telerik controls are feature-rich and fully-support theming, and as a consequence there's always a bug lurking around one corner or another. This isn't a knock on Telerik: complex themable controls are orders of magnitude harder to develop than simple ones. Anyone trying to serve this application space has to be completely committed to delivering first-class support. Just browse Telerik's support forums to see what that looks like. – Robert Rossney Jan 26 '11 at 18:45

On the top of my head, those are some of the Leading vendors today:

Any of them are going to get you rich controls, while not always easy to use, but well deserve of your investment.

share|improve this answer
Would be nice if each reply just contain one, in that way, will go for the mist voted. I know that each providers have its strong areas etc. but I don't have time to mastering more than one control set, that is why I want pick just one. Thank Ariel. – frankabel Jan 24 '11 at 21:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.