What are some good WPF grid controls? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T02:55:22Z http://stackoverflow.com/feeds/question/144537 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls 1 What are some good WPF grid controls? RTipton 2008-09-27T21:40:35Z 2009-01-31T08:37:57Z <p>We use a grid control from Infragistics at work. Are there others? Pay or free?</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/144546#144546 2 Answer by Micah for What are some good WPF grid controls? Micah 2008-09-27T21:45:50Z 2008-09-27T21:45:50Z <p>I started out using the Infragistics control also which is great and is very powerful, but it's difficult to use because it's features are so extensive. I feel the same way about ComponentOne. I've switched over to the DataGrid CPT from Microsoft, and I've had a lot of success with it. Obviosly it's not as feature rich at this point as other 3rd part controls, but overall I'ts really good.</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/144547#144547 3 Answer by Alexandre Brisebois for What are some good WPF grid controls? Alexandre Brisebois 2008-09-27T21:46:37Z 2008-09-27T21:46:37Z <p>Telerik usually are a good bet : <a href="http://www.telerik.com/products/wpf/controls/radgridview/overview.aspx" rel="nofollow">RadGrid</a></p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/144582#144582 3 Answer by Andrew for What are some good WPF grid controls? Andrew 2008-09-27T22:03:16Z 2008-09-27T22:03:16Z <p>I'd second Telerik, which is what MS used for office, IIRC. I don't know if they have gone WPF though, but they have a good track record. I am also a fan of <a href="http://www.devexpress.com/Products/NET/Controls/WPF/Grid/" rel="nofollow">DevExpress</a>, and their support is great, but the wpf grid is still in beta. The regular one is great, though. Both of them are pay, though, but worth it.</p> <p>I have never found a good free grid. Guess they are just too hard to write. With how... fun... wpf is, I doubt there will ever be a good free one.</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/144645#144645 3 Answer by dhopton for What are some good WPF grid controls? dhopton 2008-09-27T22:38:27Z 2008-09-27T22:38:27Z <p>Xceed also have a <code>[DataGrid for WPF][1]</code>. It's reasonable and has a good set of features.</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/145019#145019 4 Answer by Jobi Joy for What are some good WPF grid controls? Jobi Joy 2008-09-28T02:28:05Z 2008-09-28T18:38:37Z <p><a href="http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14963" rel="nofollow">Free DataGrid(.NET3.5 SP1) is at CodePlex</a> </p> <p>Please see the answers in this Threads talking about DataGrid.</p> <ul> <li><a href="http://stackoverflow.com/questions/128414/is-datagrid-a-necessity-in-wpf">Is DataGrid a necessity in WPF?</a></li> <li><a href="http://stackoverflow.com/questions/112518/what-wpf-datagrid-controls-are-worth-the-money-andor-effort">What WPF Datagrid controls are worth the money and/or effort?</a></li> <li><a href="http://stackoverflow.com/questions/127647/what-is-the-best-free-datagrid-for-wpf">What is the best <em>free</em> datagrid for WPF?</a></li> </ul> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/146469#146469 1 Answer by gius for What are some good WPF grid controls? gius 2008-09-28T18:44:30Z 2008-09-28T18:44:30Z <p>Try the XCeed Grid (<a href="http://xceed.com/Grid_WPF_Demo.html" rel="nofollow">http://xceed.com/Grid_WPF_Demo.html</a>). It also has a good demo page where you can see its capabilities.</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/161068#161068 1 Answer by Erode for What are some good WPF grid controls? Erode 2008-10-02T06:13:13Z 2008-10-02T06:13:13Z <p>We use Xceed's 3.0 DataGrid (pro version..but free version is excellent) more extensively than probably anybody. It has the flexibility to handle more things than the other grids.. in my opinion of course.</p> <p>Try them all, there are limitations to each.</p> http://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls/498510#498510 0 Answer by ace for What are some good WPF grid controls? ace 2009-01-31T08:37:57Z 2009-01-31T08:37:57Z <p>Xceed just has a datagrid component correct. Does it have other wpf tools such as text box masking or docking panels like the other third parties?</p>