Okay, in a normal Grid multiple links do work. It has to be the use of the grid as a picker within the combobox. The select event seems to overweight.
:| Any ideas on this? Did somebody else ever...
Type: Posts; User: robert-vogel
Okay, in a normal Grid multiple links do work. It has to be the use of the grid as a picker within the combobox. The select event seems to overweight.
:| Any ideas on this? Did somebody else ever...
I've tried now with a normal grid. Cellclick does work. And even more important: multiple hyperlinks in one grid cell do work.
I still have no idea why "Ext.ux.form.field.GridPicker" does not...
Thanks for this hint. I've debugged the function and it seems that 'click' never gets fired but 'mousedown' does. I've also looked at "processUIEvent" method of Ext.view.View. No "click" event ever...
Thanks for the very quick response!
I've got hyperlinks in grid cells working in other places of my application. But in all cases it is just one hyperlink in one cell.
The current issue occurs...
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...