Subject Dynamically changing grid edit controls
Author Brian Dunstan
Hi,

I need to display a grid in which has different edit controls depending on
row content.

For example 1 row may display a date in column 2 while row 2 displays a
picture in column 2 and row 3 displays a memo in column 2 and row 4 displays
a dropdown combo in column 2 and so on for check boxes and radio groups.
There can be any number of rows and the types can occur in any combination
and sequence.

Which grid is likely to be most suitable? IBO gives me so much choice :-)
TIB_StatementGrid
TIB_CursorGrid
TIB_CtrlGrid

TIA,

Brian