Posted 26 August 2019, 9:46 am EST
Hi,
I am seeing some memory leaks in our app with the flexgrid. in FormatItem in some cells we insert dropdowns and in others we insert buttons. For the buttons we attach event handlers. Overtime when the grid refreshes and the cells are re-rendered there are memory leaks with the selects (which become detached) and with the event handlers on the buttons. I know we should detach the event handlers but not sure where we can call it where we have access to the button. Can someone help with this?