Windows Form Controls - Recommendations?

Posts   
 
    
Dave avatar
Dave
User
Posts: 48
Joined: 28-Jan-2004
# Posted on: 04-Mar-2004 23:39:34   

I would greatly appreciate advice from anyone who could recommend their vendor choice for windows form controls.

I primarily do web programming and cannot seem to find any resources or comparisons of the different vendors and quite frankly don't think I have the knowledge to make the decision myself.

I have been slowly comparing Infragistics, Developer Express, Janus, and SyncFusion, and the process is mind boggling. Putting price aside, is anyone of these vendors ( or other vendor ) regarded as better or is this more of a user preference and depends what you are looking for?

I don't want to start any holy wars or battles, I am just looking for some advice. I realize some may be more popular than others, but popularity doesn't always mean better, many times it means more affordable.

Thanks,

Dave

netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 05-Mar-2004 00:56:23   

I am evaluating Infragistics for a Web app and it is looking good. Haven't tried Win forms yet. Been pretty satisfied with their support also.

Thanks.

jeffreygg
User
Posts: 805
Joined: 26-Oct-2003
# Posted on: 05-Mar-2004 00:56:26   

I started using the Infragistics controls for WinForms - mostly the grid control. I have to say there is a pretty steep learning curve for the object structure...even after using it for a few months I still say its pretty weird. There's a lot of flexibility in appearance though, so that's a plus.

I found a bug in the latest version of the grid and reported it. I can't say I was impressed by their support, but they're finally getting the hotfix published 3-4 weeks after I reported it. They actually forgot about the bug somehow and lost 2 weeks. Errghhhh... I guess not everyone can provide as good support as Frans does wink

Jeff...

jeffreygg
User
Posts: 805
Joined: 26-Oct-2003
# Posted on: 05-Mar-2004 00:59:11   

Hehe that's pretty funny...two posts 3 seconds apart giving 2 different views of the same controls...hehe

netLearner
User
Posts: 150
Joined: 18-Oct-2003
# Posted on: 05-Mar-2004 01:35:30   

Hmm... that is interesting Jeff... i thought win forms must be more easy than web forms... otherwise there is no reason we need to look at it and waste our time... right now i don't need win forms but i will give it a try... As for the object struct of the webgrid... it hasn't been that tough for me to pick up on it... but anyway thanks for the info.

Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 05-Mar-2004 09:38:10   

Jeff simple_smile

I find Janusys pretty good: their support is really good, and their grid is excellent.

ComponentOne is not that good, they have a lot of controls but you get a lot of assemblies in your reference list for example by including just a simple textbox on your form. Support is not that great, according to the forums. I never used infragistics, I heard good things about them.

Also take a look at www.codeproject.com A lot of controls of .NET have been extended with extra features and released for free. Perhaps a control you need is released there for free (with source! simple_smile )

Frans Bouma | Lead developer LLBLGen Pro
netclectic avatar
netclectic
User
Posts: 255
Joined: 28-Jan-2004
# Posted on: 05-Mar-2004 10:10:48   

I'll second code project simple_smile

I've used Developer Express in the past (Delphi) and was quite impressed. I'm going to be looking for a .net web grid shortly and was considering using them again as their asp.net grid looks pretty good.

Dave avatar
Dave
User
Posts: 48
Joined: 28-Jan-2004
# Posted on: 05-Mar-2004 16:17:16   

Janus is definitely well thought of, because everyone I have asked has heard good things about them. Maybe everyone is hearing this from the same person simple_smile

I have received conflicting reports about Infragistics. Some people love them and some people mention slow performance and bugginess. Others say the 2003 version was really buggy, but now they have stabilized the product in the 2004 version.

SyncFusion remains a blur.

DeveloperExpress seems to be popular and known for better performance and reliability compared to Infragistics, but when I have asked others who own Developer Express products about the components, they don't go into detail in comparison. They just say I have made an investment in their products. confused I guess once they have made the investment they don't care how it compares anymore to other vendors.

It must just come down to user preference...

bertcord avatar
bertcord
User
Posts: 206
Joined: 01-Dec-2003
# Posted on: 05-Mar-2004 18:21:33   

Any 3rd party control is goign to be an investment.

I dont do windwos dev but web. I use Devexpress for their grid. YEs it has had its quirks but I am sure any of the components will

The one thing I like about Dev express is that suppor thas been great. I have reported a few bugs that were fixed within a week.

I have also had problems due to my lack of skills and they also helped me out

bert

I dont use windows controls but here is alink to some that look nice and are free

http://www.divil.co.uk/net/

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 05-Mar-2004 21:35:09   

Thanks all for the suggestions! simple_smile Great list, Scott simple_smile

Users of Infragistics be sure to check out the faq on the llblgen website as it might be that you run into the recursive column issue.

Frans Bouma | Lead developer LLBLGen Pro