Currently, I am experimenting with combining ExtJS and Kendo UI - a unique mix that is taking me off the usual path ;)
I have managed to render a Kendo Menu onto an Ext JS (4.2.1) generated Ext.form.Panel
In case you want to check it out, here's a Fiddle link: http://jsfiddle.net/blackfrancis75/5e6Lgtaj/1/
The issue I'm facing is that the drop-down items (upon hover) are restricted to be drawn only within the boundaries of the Ext JS Panel. Is there any way to make these dropdown items appear 'in front' of everything else? I did try tweaking some of the classes like z-order
, but to no avail.