Subject Re: [IBO] Embed controls in IB_Grid
Author jwharton@ibobjects.com
Not sure I make the TIB_Edit able to be dropped in the grid. Why when it is just a plain text edit?
For sure the TIB_DateTimePicker won't go in there. That control is junk. Use TIB_Date instead.

Jason Wharton

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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?