Hello everybody!
I want to create complex markup within a grid cell using the 'renderer' callback of a column. This markup also contains several normal hyperlinks. When I click on one of the hyperlinks the only the "select" event of the grid gets fired but the default behavior of the hyperlink (open the target in same window) is being prevented.
I've already seen that people suggest to listen to the 'cellclick' event of the gird but it doesn't get fired. I've already grepped the source code but I did not find any place where ExtJS actually fires 'cellclick'.
The strange thing is, that I'm sure I've seen this working somewhere else. Can anyone help?
Im using ExtJS 4.2.1.883
--
Robert Vogel