Hi,
When I attach a handler for QueryCellInfo event, and set float cells mode like this:
grid.Model.Options.FloatCellsMode = GridFloatCellsMode.BeforeDisplayCalculation
the handler is called four times for each cell on a refresh. We have already figured out that surrounding it with Begin- and EndUpdate takes it down to two. How do we take it down to 1 call per cell though?
See the attachment for repro. It needs to be run with ironpython interpreter, and need to edit the PATH_TO_SYNCFUSION_DLLS constant inside the script to point to the right directory.
Regards,
Kamil Dworakowski
repro_286c5bc5.zip