Mattia Barbon <mattia.bar...@libero.it> writes: > You could attach to the window an event handler that only sets a > flag and calls ->Skip on the event; in the event handler for the cell > clicked event you reset the flag; in a (new) EVT_IDLE handler you can > check if the flag is set and do the processing for the click outside > the content; very clunky but it should work.
Clunky, indeed. But it works... -- Johan