Announcing the ExtendedDataGrid: Adding essential functionality to the default Windows.Forms.DataGrid.

The default System.Windows.Forms.DataGrid provided by the .NET Framework is a little bit limited in functionality. Therefore I've spent some time during my holidays building an extension to this default grid: the ExtendedDataGrid. At this point I've released a Beta version: 0.1 including these features:

  • Image DataColumn
  • Formatted Text DataColumn
  • LinkLabel DataColumn
  • Calculated field DataColumn
  • ...

New features and probably bug fixes will come soon so if you have any comments, questions, remarks, ... please let me know. If you are intrested in the ExtendedDataGrid, you can monitor this RSS Feed of the latest news. I know all these features are available as sample, code snippet, article, ... on the web, but I just hated to implement some of them all of the time, for each project. Also, if you are planning to use this component, or if you are just intrested: let me know, your support will motivate me to make further improvements. :-)

Btw, happy new year to all of you!

10 Comments

Comments have been disabled for this content.