Board index » cppbuilder » Special Grid

Special Grid


2005-11-11 04:49:36 PM
cppbuilder100
Hello.
I need to find or to built a special grid. It must contains TEdit,
TCheckBox, TComboBox. I want to select individual lines, to sort by
different columns, and of course to edit any cell from grid.
Can you tell me if you know something like this?
Tks anyway.
Success and have a good day.
Tiberiu
 
 

Re:Special Grid

Tiberiu Aprica < XXXX@XXXXX.COM >wrote:
Quote

I need to find or to built a special grid. It must contains
TEdit, TCheckBox, TComboBox. I want to select individual
lines, to sort by different columns, and of course to edit
any cell from grid.
You can accomplish all of it with a TStringGrid but it will
require some work. Search the archives here:
www.tamaracka.com/search.htm
You can find samples that illustrate each of your desires
but you'll have to peice it together.
~ JD
 

Re:Special Grid

Tiberiu Aprica < XXXX@XXXXX.COM >wrote:
Quote
I need to find or to built a special grid. It must contains
TEdit, TCheckBox, TComboBox. I want to select individual
lines, to sort by different columns, and of course to edit any
cell from grid.
If you want to buy one then you could google for "grid delphi
component" or the like. You could also check Torry's Delphi
Pages: www.torry.net.
We are using the ProfGrid component (www.profgrid.com). It is
really great, doing all you need and a lot more than this, and
the support is outstanding.
 

{smallsort}

Re:Special Grid

www.tmssoftware.com TAdvStringGrid
Tom Woodrow