What are some good WPF grid controls? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T02:55:22Zhttp://stackoverflow.com/feeds/question/144537http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/144537/what-are-some-good-wpf-grid-controls1What are some good WPF grid controls?RTipton2008-09-27T21:40:35Z2009-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#1445462Answer by Micah for What are some good WPF grid controls?Micah2008-09-27T21:45:50Z2008-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#1445473Answer by Alexandre Brisebois for What are some good WPF grid controls?Alexandre Brisebois2008-09-27T21:46:37Z2008-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#1445823Answer by Andrew for What are some good WPF grid controls?Andrew2008-09-27T22:03:16Z2008-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#1446453Answer by dhopton for What are some good WPF grid controls?dhopton2008-09-27T22:38:27Z2008-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#1450194Answer by Jobi Joy for What are some good WPF grid controls?Jobi Joy2008-09-28T02:28:05Z2008-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#1464691Answer by gius for What are some good WPF grid controls?gius2008-09-28T18:44:30Z2008-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#1610681Answer by Erode for What are some good WPF grid controls?Erode2008-10-02T06:13:13Z2008-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#4985100Answer by ace for What are some good WPF grid controls?ace2009-01-31T08:37:57Z2009-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>