Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good and free devexpress data grid alternatives for winforms? [closed]

Are there any good free alternatives to DevExpress data grids (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.

like image 314
Imageree Avatar asked May 15 '11 11:05

Imageree


People also ask

Is DevExpress grid free?

Create high-performance mobile apps. Our free Xamarin UI suite ships with a high-impact and feature-complete Grid control. Features include: Large Dataset Support.

Is DataGrid free?

It has a free and commercial license and has support for React, Vue, and Angular frameworks. At the core, Handsontable enables data binding (fetching data from a data source and how it's rendered on the datagrid), saving data locally, middleware, events, hooks, and configurations.

What is difference between DataGridView and DataGrid control in WinForms?

The DataGrid control is limited to displaying data from an external data source. The DataGridView control, however, can display unbound data stored in the control, data from a bound data source, or bound and unbound data together.


1 Answers

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
like image 163
Teoman Soygul Avatar answered Sep 29 '22 17:09

Teoman Soygul