Hi
The following topics describe how to bind TDBGrid
to a data source, create and use unbound columns, and display data
without binding to a data source.
Other than that you may try using SetDataBinding
and set its HoldFields parameter to True (to preserve design time grid
layout):
Regards
We used tdbgrig 8 with xarray in storage mode for unboud data display. but
I tried c1tdbgrid for the same purpose. it cannot. Anybody can give an idea
how to use it without binding. I used datatable. but in this usage I cannot
make any coloum settings in design mode. these settigns will wipeout wile
binding with datatable and will use datatable created columns automatically. I
hope a solution immediately. so pls help me..... I use the code as follows
dim dtab as new DataTable()
dim Dcol as datacolumn
dcol= new datacolumn
dcol.coloumnname="SrNo
dtab.colmns.add(dcol)
c1tdbgrid.datasource=dtab
http://helpcentral.componentone.com/cs/forums/p/75042/204179.aspx#204179