What is the best third-party WinForms grid for .NET? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T03:43:09Z http://stackoverflow.com/feeds/question/144338 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/144338/what-is-the-best-third-party-winforms-grid-for-net 7 What is the best third-party WinForms grid for .NET? 2008-09-27T19:56:01Z 2008-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 -1 Answer by Ben Hoffstein for What is the best third-party WinForms grid for .NET? Ben Hoffstein 2008-09-27T19:59:57Z 2008-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#144353 4 Answer by Telos for What is the best third-party WinForms grid for .NET? Telos 2008-09-27T20:02:35Z 2008-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#144361 7 Answer by Rory Becker for What is the best third-party WinForms grid for .NET? Rory Becker 2008-09-27T20:08:56Z 2008-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#144369 2 Answer by Rory Becker for What is the best third-party WinForms grid for .NET? Rory Becker 2008-09-27T20:13:30Z 2008-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#144405 1 Answer by Rory Becker for What is the best third-party WinForms grid for .NET? Rory Becker 2008-09-27T20:31:23Z 2008-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#144426 1 Answer by Sean Reiser for What is the best third-party WinForms grid for .NET? Sean Reiser 2008-09-27T20:42:12Z 2008-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#144529 4 Answer by torial for What is the best third-party WinForms grid for .NET? torial 2008-09-27T21:36:22Z 2008-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#194498 1 Answer by Sasha for What is the best third-party WinForms grid for .NET? Sasha 2008-10-11T19:42:19Z 2008-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#262792 1 Answer by Vince for What is the best third-party WinForms grid for .NET? Vince 2008-11-04T18:14:52Z 2008-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#290566 2 Answer by CNote for What is the best third-party WinForms grid for .NET? CNote 2008-11-14T16:04:18Z 2008-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#367021 0 Answer by Klas Mellbourn for What is the best third-party WinForms grid for .NET? Klas Mellbourn 2008-12-14T21:40:24Z 2008-12-14T21:40:24Z <p>Syncfusion is buggy, slow and lacking in features.</p>