Subject Embed controls in IB_Grid
Author Alfred Seetoh
Hi all,
I need to embed a IB_Edit, IB_DateTimePicker, and IB_ComboBox into
my IB_Grid. I set the 3 control's datasource to be the same as the
IB_Grid's datasource, then set their respective DataField. When I run
my app, IB_Edit and IB_DateTimePicker didn't appear, but IB_ComboBox
works fine.

Is there any property I missed out here?