Skip to content

Vittix.DBGrid v1.0.0 – Initial Release

Pre-release
Pre-release

Choose a tag to compare

@ketandholakia ketandholakia released this 28 Jan 19:35
· 4 commits to main since this release

🎉 Initial Public Release

This is the first public release of Vittix.DBGrid, an advanced DBGrid component for Delphi VCL applications.

✨ Key Features

  • Multi-column sorting engine
  • Advanced filtering with popup UI
  • Footer panel with aggregations (SUM, COUNT, AVG, MIN, MAX)
  • Runtime column chooser
  • Custom in-place editors
  • Controller-based architecture

📦 Packages

  • Runtime: VittixDBGridControllerR.dpk
  • Design-time: VittixDBGridControllerD.dpk

🧰 Requirements

  • Delphi XE7 or newer
  • VCL framework
  • Any TDataSet descendant (FireDAC, dbExpress, BDE, etc.)

📌 Notes

  • API is stable for the v1.x series
  • Designed for extensibility and performance
  • Feedback and contributions are welcome