Are there any good and free devexpress data grid alternatives for winforms? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionAre there any good free alternatives to DevExpress data gri开发者_StackOverflow社区ds (WinForms)?
I am looking for WinForms Data Grid and Data Editor Controls. Some good ones where you can sort and group by columns and edit data inside the grid.
If the built in DataGridView control is not good enough, here are some alternatives:
- http://sourcegrid.codeplex.com/
- http://www.codeproject.com/KB/user-controls/EditableGridView.aspx
- http://www.codeproject.com/KB/grid/OutlookGrid.aspx
Late to the party but I've just from SyncFusion which is free for <$1M companies. Their grid looks pretty good High Performance WinForms DataGrid Control
Note you have to claim a free community license - and I have no affiliation with these
I spot another free .NET Grid called MegaGrid .NET WinForms Control, and you can check out the link http://www.mw6tech.com/megagrid/net/megagrid.html
精彩评论