Am 13.02.2017 um 20:25 schrieb John Landmesser via Lazarus:
Hi,

i searched some time for such a component ... in vain!

So i developed myself a TStringGrid, that sorts columns with TDate, TTime, TFloat ...

I can't believe that this doesn't allready exists for Lazarus?!

For example i found http://www.tkweb.eu/en/delphicomp/kgrid.html
BUT!! "Written as TCustomControl descendant, this is not a TCustomGrid enhancement"
So, no LoadFromCSV etc ... very bad!

Some sort of TSortGrid from Delphi-Zip would be nice.

Tipps are welcome!


Try the TsWorksheetGrid from the fpspreadsheet package (http://wiki.lazarus.freepascal.org/TsWorksheetGrid). It derives from TCustomGrid, but be warned of some different behavior from the StringGrid here and there.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to