vote up 7 vote down star
1

It seems that there are many third-party .NET WinForms grids available on the market. I have seen Syncfusion, Xceed, and Infragistics in use at various companies, but now need to choose one for my own use and can't find objective information.

My priorities are ease of use, hierarchical capabilities (i.e. ability to drill down on a row and show contained data), and overall similarity to Excel in terms of user experience.

Can anyone recommend a good option and explain why they favor it?

flag
I would recommend editing the title and text of this question to specify winforms. While this is tagged at windows-forms, it certainly is not obvious if this refers to ASP.Net, WinForms or WPF. I sure this would help people searching for WinForms grid help. – Jason Jackson Sep 27 '08 at 20:25
Thanks for the feedback. Done! – Kevin Dente Sep 27 '08 at 20:39

11 Answers

vote up 7 vote down check

I have found myself very happy with the XtraGrid from DevExpress

Update: I should have said that I find XtraGrid very versatile and backed by a very active community over at the DevExpress Forums. Specifically the XtraGrid forum is here

link|flag
My experience with XtraTreeList is more than awful. – Ilya Ryzhenkov Oct 9 '08 at 14:27
That's as may be, but this answer is about the XtraGrid, not the XtraTreeList – Rory Becker Oct 9 '08 at 15:50
DevExpress tools and support are amazing. A year after getting the XtraScheduler, I subscribed to their full Univrersal pack and standardized my presentation layer development on their components. – kervin Nov 14 '08 at 16:16
Try using the TreeList unbound and use events to manipulate your data. It's easier to work with that way. – Josh Kodroff Nov 12 at 18:34
vote up 0 vote down

Syncfusion is buggy, slow and lacking in features.

link|flag
vote up 2 vote down

I've used infragistics in the past, but please don't let that be a recommendation. While they have a lot of functionality, they are difficult to navigate through the endless amounts of properties. Also, they don't have very good support.

link|flag
vote up 1 vote down

I have been working with Xceed grids for the last 6 years, I don't know much about other ones but if you are looking for extensibility Xceed is the good one.

link|flag
vote up 1 vote down

You can try VIBlend SuperGridView. It has hierarchical capabilities and you can drill down on rows and columns. The use experience is very similar to Excel.

link|flag
vote up 4 vote down

We have phenomenal good fortune with the Infragistics UltraWinDataGrid (for WinForms). It allows us to do a lot of dynamic data work at the end user level, just by dragging and dropping. We get grouping based on columns just by dragging a column up to the top of the control, and get aggregate information very easily.

The one complaint is if you are doing heavily multi-threaded updates (we're talking 300+/sec), you may get the control to wig out. Most people won't use the control as heavily as we do that way.

link|flag
vote up 1 vote down

another vote for syncfusion. Used it on a project recently. I was happy with the functionality and found it easy to integrate into the project.

link|flag
vote up 1 vote down

Final DevExpress Winforms grid is the VerticalGrid

link|flag
vote up 2 vote down

Also Available is DevExpress' PivotGrid for extreme drill down capabilities

link|flag
vote up 4 vote down

Just going to recommend staying away from Infragistics. We used their control toolkit in our website for a while, but every update seemed to get slower and buggier. If I remember correctly we also had trouble getting a lot of controls to work correctly with standard ASP.NET AJAX stuff.

You didn't mention Telerik, which has a pretty decent control set. You may want to check them out as well. It's what we're replacing the Infragistics controls with.

Sorry I can't speak about the grids themselves much, as I've not needed to use them yet.

link|flag
Our experience with Infragistics WinForms is quite the opposite. It allows us to do phenomenal stuff with our app. – torial Sep 27 '08 at 21:34
vote up -1 vote down

I know that Syncfusion is used heavily on Wall St. because of it's similarity to Excel. Also, Resolver One uses Syncfusion as it's grid, so it seems to be regarded as truly production-quality.

link|flag

Your Answer

Get an OpenID
or

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