DataGridView Extension Roadmap

  • Version 1.2
    • Preserves then sorted column
    • Additional column types that extend DataGridView behavior (freely distributed with the DataGridView Extension)
    • Interactive Interactive Drag and Drop Columns Chooser (Outlook style)
  • Version 1.3
    • Export to RTF
    • Conditional Formatting – rules-based conditional selections
    • Localization – different cultures support and ability to develop language pack files
  • Version 1.4
    • Rules-based validation that verifies users’ data input
    • Rules–based validation that verifies the data loaded from the data storage. Allows data verification for the information already persisted to the data storage
    • Support for the WinForms error provider component. Allows display of error icons and messages based on the validation process
    • Advanced filtering functionality – filtering row is displayed on demand as a frozen row at the top of the grid. The filtering row invocation will be accomplished through a button, just like the DataGridView Extension
    • Advanced sorting functionality – sorting row is displayed on demand as a frozen row at the top of the grid. The sorting row invocation will be accomplished through a button, just like the DataGridView Extension