Large tables, which shall be shown in a grid, load and react on cursor movements really slow.
Connected to changes in [#223]. The Grid is blocked, because the EVT_GRID_RANGE_SELECT is thrown at the begin of a selection containing the coordinates of the whole grid. This indicates the de-selection of the grid, but is not handled correctly. To speed up the whole process, it is probably needed to change the conversion of the double table into a string table.
This fix was tested manually. The performance is better, however, for large tables, a significant calculation time is still needed.
Anonymous
Diff:
Diff:
Related
Tickets:
#223Diff:
Related
Commit: [r485]
Tickets:
#223Diff: