I am using Orpheus control v4.08 along with Delphi XE2 and I am facing below described issue.
I am using TOvcTable and its one of the column is TOvcTCCheckBox. This table is editable. At run time check box column can be checked or unchecked.
Now for checking this column I need to click this column twice.
This was working fine in Delphi 4 with Orpheus control version v3.08. Check box column is getting checked/unchecked in single click.
Note: There is one property AcceptActivationClick which is set to true in both the cases mentioned above.
Is there any workaround for this issue?
Here is a workaraound: Use OvcTable’s MouseDown-Event as follows:
Source: http://sourceforge.net/tracker/?func=detail&atid=529790&aid=3562412&group_id=71004