We have a real-time application that the style of a cell will depend on the value on the other cell on the same row.
Thus, we try to use the CellStyleSelector to help update the cell style on real time.
The styles are applied correctly during the Grid Initialization, however, when the data are updating, we expect the cell style will be changed accordingly, but it doesn't.
The attachment is a project to reproduce the issue.
In the project, we expect that when Change >=0, we will apply Bold to the Symbol cell.
Attachment:
PerformanceDemo_4d0f3818.rar