jim@carroll.net
21 Sep 2012, 7:08 AM
Spent the morning trying to grok how to capture cellclick events from a gridpanel. Fortunately, stumbled across this thread:
http://www.sencha.com/forum/showthread.php?227525-OnCellSelectionModelSelect-is-getting-called-twice-on-a-single-click-in-Architect&p=890200
S (http://www.sencha.com/forum/showthread.php?227525-OnCellSelectionModelSelect-is-getting-called-twice-on-a-single-click-in-Architect&p=890200)eems like this is a known limitation since ExtJs 4.x removed the click() events from gridpanel. Is there any plans to either re-add this, or provide an alternate mechanism for developers to listen for cellclick?
What was really a painful omission was the lack of documentation required to create the appropriate listener signature. Finally got it sorted out, but it was a time killer.
http://www.sencha.com/forum/showthread.php?227525-OnCellSelectionModelSelect-is-getting-called-twice-on-a-single-click-in-Architect&p=890200
S (http://www.sencha.com/forum/showthread.php?227525-OnCellSelectionModelSelect-is-getting-called-twice-on-a-single-click-in-Architect&p=890200)eems like this is a known limitation since ExtJs 4.x removed the click() events from gridpanel. Is there any plans to either re-add this, or provide an alternate mechanism for developers to listen for cellclick?
What was really a painful omission was the lack of documentation required to create the appropriate listener signature. Finally got it sorted out, but it was a time killer.