Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.25 KB

todo.md

File metadata and controls

27 lines (26 loc) · 1.25 KB

1st release Todo Items / Areas to contribute:

  • Create faster drawing grid using data bound data
  • Separate out grid and datatable classes
  • Create separate classes or cellstyle, font and color
  • Clean out datatable references unused in the gridview class after refactoring classes
  • Edit/Add/Delete methods
  • Cell coloring methods
  • Add link column types for hyperlinks
  • Cell en/disabling
  • Icons, Paletes
  • Column captions insted of names, allowing duplicates and multiline column headers.
  • Additional Events (key presses, cell change, add row, delete row)
  • VI Packager for installs
  • Tooltips on the column headers

Future Ideas needing contribution:

  • Saving/Restoring layouts
  • Database binding support (SQLite or others)
  • Cell highlights during edit and validation feedback
  • More binding options
  • Auto display/load CSV/TDMS files into grid
  • Export, save and print features?
  • Cell Templates for complex data inline?
  • Auto create columns for simple grid usage
  • Formula entry and validation (for cell math like excel)
  • Indent and collapse/expand support for tree like data?
  • Right click context menu to allow user operations (potentially with configurable options)