-
Sencha User
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.
Idea anybody?
Thanks in advance,
NeoVG
-
If you use the template column to insert your html, do you get better results?
http://docs.sencha.com/ext-js/4-1/#!...olumn.Template
Scott.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules