C++ Builder: C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 Delphi: D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 Kylix: K1 K3
DbAltGrid adds the following features to the common DBGrid:
* Free-form layout, multiple lines of cells within a row.
* Hierarchical columns structure.
* Auto-scaling of column widths.
* Comfortable in-place editing of numeric, Boolean, date, time, memo, RTF memo, and graphic fields.
* Record view as RTF text.
* Word-wraping cell text and displaying it in a hint window.
* Alternate row coloring.
* Indication of URL in a cell.
* Images in column headers.
* Control of record appending, Enter to Tab key conversion, multi-selecting start.
* Saving and loading a grid properties to and from a text file, a stream, a resource file/compiled resource, or the system registry.
DbAltGrid is a DBGrid descendant and is fully compatible with it. By converting to DbAltGrid, you will not get any code conflict or loss in grid functionality.
Related Information - HOW TO SORT A DB GRID AND STRINGGRID (2002-01-01 08:44:58)Hello, Heddock!
1) TStringGrid can be sorted only manually (if you will add information in Cells array in right order, using QSort for example...
- HOW TO SCROLL A DBGRID SMOOTH (2002-04-13 12:39:32)Hello,
Borland did that intentionally, becuase the DBgrid can be used with all types of Tables(Paradox, DBase, MsAcces),which have different...
- DBGRID QUESTION (2002-04-21 10:43:04)Hello,
Yes your right, Interbase(and SQL Tables) dont support RecNo.
You can try the trick , try calling Table1.First() then Table1.Last() ,...
- GRID FOR BLOB FIELDS (2002-05-24 11:17:34)Hello
I use the DBGrid from Infopower package, www.Woll2woll.com .
Also good is dbaltgrid
www.quasidata.com/dbaltgrid.html
These are...
- DBGRID QUESTION (2003-02-24 09:55:55)Actually, DBAltGrid does what you want. It is not free but
it definately has the feature you're looking for:
http://www.quasidata.com...
|
Categories
Latest Forum Entries
|