Diamond Grid is a extension of standard Delphi TDBGrid (and inherited from TDBGrid!), that provide a lot of additional properties, events, and functions.
Key features:
- Multiline titles
- Incremental search
- Columns footers or total grid footer
- You can using your controls for edit data in grid!
- Minimize column to least data value (as M$ Excel)
- Cells Hints
- Columns titles hints
- Attached ImageList and event for draw images in cells
- Grid Editor in run-time:
for set colors, fonts, captions to columns, footer settings
and hidden/showing columns
- Sorting
- Some useful events (like OnGetCellParams)
- Drawing ellipse in the end of cell's text
- More ...