Subject IB_Grid.InplaceEditor and EditButton collide
Author guido.klapperich@t-online.de
My IB_Grid displays two columns LASTNAME and BIRTHDAY. The LASTNAME-Col
is used in the EditLinks and for the BIRTHDAY-Col should be the
Inplace-Editor used. When I click on LASTNAME after opening the query,
the OnEditButtonClick-Event is executed, that's ok. But when I click on
BIRTHDAY, the OnEditButtonClick-Event is executed and the InplaceEditor
opens. How can I avoid, that the OnEditButtonClick executes, when the
InplaceEditor is used ?


Guido