Posted 26 November 2021, 7:18 am EST
Hello,
I posted a topic with my problem here: https://www.grapecity.com/forums/wijmo/wijmo-grid-formatting-cell
Everything seems to be working fine, but in my case I also need to remove this specific handler on Cell Edit ended.
I’m not sure how to point to specific handler to be removed for other cells.
In my case, I have different type of columns like: Number, Integer, Percentage etc.
In my case I’m adding handler for formatting Number, but I want to remove this specific handler once I’m formatting Percentage column type cell.
Is it possible to point to specific handler which should be removed?
Thank you