Hi,
is it somehow possible to change the textcolor of a single cell after it was changed?
I found the methods
mygrid.cells(rId,cInd).setTextColor('red');
Which only works when the dataprocessor is turned off, because it overwrites the styling.
I also tried this:
dhxDataProcessor.styles.updated = "";
But this also overwrites my cell style with ββ