Subject Re: [IBO] TIB_GridInplaceEdit
Author Geoff Worboys
> Now it works, but when I click on the date-field, first the
> code in the OnEditButtonClick-Event is executed and then
> opens the calendar. Is this the right behaviour ? I thought,
> when I click on a date-field, the OnEditButtonClick-Event
> will be ignored. By the way, IB_Grid does the same.

Do you have AlwaysShowEditor=true?

From the code (I dont use the DatePick myself), it looks like the
event should only be fired if the editor is showing and you click the
button. Also check the state of the grid NavigateOptions,
particularly gnOnEditDoEditClick.

Geoff Worboys
Telesis Computing