Hi, I'm asking if it is possibile to rebind an event handler function after a component has been constructed.
In my example I need to rebind the recordDoubleClick event of a grid to a different callback function if some condition occurs.
Is it possibile? What is the correct syntax for doing so?
Thank you.
In my example I need to rebind the recordDoubleClick event of a grid to a different callback function if some condition occurs.
Is it possibile? What is the correct syntax for doing so?
Thank you.
Comment