Hi,
I would like to add the feature to be able to double click on a cell and displaying an event containing a input text.
But when I do that, I can't have the focus in the input because all event are catched by the <div> containing the event html (click event is fired, etc...)
What is the best approach to implement this feature?