DataGridView Extension ChangeLog

Changes in 1.1.1

  • Added rows to unbound DataGridView control are not shown
  • Export of DataGridView using API results in black color of some of the exported cells
  • Improved multithread operations when exporting
  • Changes in API comments on classes, methods, properties, etc.
  • Xml persistence has been moved under the 'CompletIT.Windows.DataGridViewExtension.Persistence.Xml' namespace
  • Other bug fixes

Changes in 1.1

  • UI Permissions – restrict the user’s access to properties that should not be modified
  • Export to Pdf – define page size, header texts etc
  • Print/Print preview – define page size, header texts etc
  • Export/print without visual styles
  • Open export folder after the export has finished
  • MS Excel export: Insert the export as new sheet if the target file is already existing
  • Change the Xml persistence folder
  • Navigation tree structure changed
  • Numerous UI changes
  • Xml loading optimization
  • Fixed tab order in the editors
  • User-friendly settings file names
  • Show all/hide all columns actions
  • “Apply style from” is now simpler – apply from other column only
  • Many bug fixes and improvements