Unanswered: Table in Grid Cell -> Events not working
Unanswered: Table in Grid Cell -> Events not working
Hi everybody!
I hope, someone can help me:
I have a GridPanel, which contains HTML <table>s in some cells (to display structured data sent from the backend in this form). When doing a click or dblclick on a <td>, none of the corresponding handlers of the grid are called. So the row doesn't get it's selected style and a rowDblClick handler isn't called.This only happens if I click on the <td>. If it's missing (<table><tr>click me</tr></table>) or on another block element (<div>click me</div>), it works.
In my understanding, the event should bubble down to where ExtJS inserted it's handlers.