Hello,
After updating to the latest version of DevExtreme I have an issue with setting of cell templates using CellTemplate() method. In my solution I have the common place where I set default cell template for the columns, and then it's possible to replace it by some custom template (it means that I can call CellTemplate() method more then one time). It worked perfect before but now I always see the first template I was set into the column - it seems now CellTemplate doesn't replace templates.
I have attached screenshot where you can see that the "column0" has 2 templates and for the "column1" I'm trying to set the second one template too.
Is it a bug or new behavior of the CellTemplate method (in this case how can I replace previous cell template in the column)?
Thanks!