Posted 13 April 2020, 11:56 am EST
Hi,
I am freezing columns in a FlexGrid which is working in both Chrome and Internet Explorer (IE). But I noticed attached events (e.g. dbkclick, hover, etc.) are only working for those frozen cells in Chrome, and aren’t triggering in IE. From searching the docs / forums, it seems this is intended behavior due to cloneFrozenCells (reduce scroll flicker). Thus the events start working if I set cloneFrozenCells to false, but scrolling introduces flickering.
Is there no option to carry over events to the cloned cells? Any plans in the future?