Hi everyone!
Here's my scenario: I have a virtual grid that is updated in a high frequency and needs to support floating cells. If I set FloatingCellsMode to GridFloatCellsMode.BeforeDisplayCalculation, everything works as expected, but (in CPU terms) setting the FloatingCellsMode property to OnDemandCalculation is 10x faster.
I solved some issues by, when a cell is updated, calling the FloatingCells.DelayFloatCells and FloatingCells.EvaluateFloatingCells respectively before and after updating the cell, but some scenarios still have problems.
The question is: in a high frequency update scenario, is OnDemandCalculation really the only option or is there any way to make BeforeDisplayCalculation faster?
Regards,
Rodrigo