Subject Appearance of TIB_Grid
Author Florian Hector
I have a TIB_Grid which I use for several query's.
Datasource, Gridlinks, StretchColumn and so on are assigned at runtime.
With this setup I have two problems:
1.
Whenever a new datasource is assigned to the grid, the adjustments for
column width and StretchColumn don't have an effect until I click into the
grid. How can I get the grid to do that automatically?

2.
One of the query's has a blob field subtype 1 with a few lines of text.
Initially, the grid only shows the field name. Again, only when I click on
each line, the first few words of the blob field is shown instead of it's
fieldname. Is it possible to do that without any action by the user?

Florian