What is the best third-party WinForms grid for .NET? - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T03:43:09Zhttp://stackoverflow.com/feeds/question/144338http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net7What is the best third-party WinForms grid for .NET?2008-09-27T19:56:01Z2008-12-14T21:40:24Z
<p>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.</p>
<p>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.</p>
<p>Can anyone recommend a good option and explain why they favor it?</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144348#144348-1Answer by Ben Hoffstein for What is the best third-party WinForms grid for .NET?Ben Hoffstein2008-09-27T19:59:57Z2008-09-27T19:59:57Z<p>I know that <a href="http://www.syncfusion.com/" rel="nofollow">Syncfusion</a> is used heavily on Wall St. because of it's similarity to Excel. Also, <a href="http://www.resolversystems.com/" rel="nofollow">Resolver One</a> uses Syncfusion as it's grid, so it seems to be regarded as truly production-quality.</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144353#1443534Answer by Telos for What is the best third-party WinForms grid for .NET?Telos2008-09-27T20:02:35Z2008-09-27T20:02:35Z<p>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.</p>
<p>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.</p>
<p>Sorry I can't speak about the grids themselves much, as I've not needed to use them yet.</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144361#1443617Answer by Rory Becker for What is the best third-party WinForms grid for .NET?Rory Becker2008-09-27T20:08:56Z2008-09-27T20:30:40Z<p>I have found myself very happy with the <a href="http://www.devexpress.com/Products/NET/Controls/WinForms/Grid/" rel="nofollow">XtraGrid</a> from DevExpress</p>
<p>Update: I should have said that I find XtraGrid very versatile and backed by a very active community over at the <a href="http://community.devexpress.com/forums/" rel="nofollow">DevExpress Forums</a>. Specifically the XtraGrid forum is <a href="http://community.devexpress.com/forums/167.aspx" rel="nofollow">here</a></p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144369#1443692Answer by Rory Becker for What is the best third-party WinForms grid for .NET?Rory Becker2008-09-27T20:13:30Z2008-09-27T20:13:30Z<p>Also Available is DevExpress' <a href="http://www.devexpress.com/Products/NET/Controls/WinForms/Pivot_Grid/" rel="nofollow">PivotGrid</a> for extreme drill down capabilities</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144405#1444051Answer by Rory Becker for What is the best third-party WinForms grid for .NET?Rory Becker2008-09-27T20:31:23Z2008-09-29T17:07:55Z<p>Final DevExpress Winforms grid is the <a href="http://www.devexpress.com/Products/NET/Controls/WinForms/Vertical_Grid/" rel="nofollow">VerticalGrid</a> </p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144426#1444261Answer by Sean Reiser for What is the best third-party WinForms grid for .NET?Sean Reiser2008-09-27T20:42:12Z2008-09-27T20:42:12Z<p>another vote for <a href="http://www.syncfusion.com/" rel="nofollow">syncfusion</a>. Used it on a project recently. I was happy with the functionality and found it easy to integrate into the project. </p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/144529#1445294Answer by torial for What is the best third-party WinForms grid for .NET?torial2008-09-27T21:36:22Z2008-09-27T21:36:22Z<p>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.</p>
<p>The <em>one</em> 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.</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/194498#1944981Answer by Sasha for What is the best third-party WinForms grid for .NET?Sasha2008-10-11T19:42:19Z2008-10-11T19:42:19Z<p>You can try VIBlend <a href="http://www.viblend.com/products/winforms/gridview.aspx" rel="nofollow">SuperGridView</a>. It has hierarchical capabilities and you can drill down on rows and columns. The use experience is very similar to Excel.</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/262792#2627921Answer by Vince for What is the best third-party WinForms grid for .NET?Vince2008-11-04T18:14:52Z2008-11-04T18:14:52Z<p>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.</p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/290566#2905662Answer by CNote for What is the best third-party WinForms grid for .NET?CNote2008-11-14T16:04:18Z2008-11-14T16:04:18Z<p>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. </p>
http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net/367021#3670210Answer by Klas Mellbourn for What is the best third-party WinForms grid for .NET?Klas Mellbourn2008-12-14T21:40:24Z2008-12-14T21:40:24Z<p>Syncfusion is buggy, slow and lacking in features.</p>