Posted 27 June 2019, 10:50 am EST
Hello,
When upgrading to the latest version of Wijmo I have noticed that my cell edit templates have stopped working. They render vanilla HTML markup but not Angular syntax.
After some investigation, I’ve found out that if I switch the ChangeDetectionStrategy from OnPush to Default, it gets fixed, but that is a change I cannot afford on certain large grids.
A similar problem has been reported before on https://www.grapecity.com/forums/wijmo/flex-grid---issue-in-displ_2 but the posted workaround did not work.
Here is a minimal repro with the workaround applied but not working: https://stackblitz.com/edit/angular-vsusht
Thanks.