Hello,
i have a grid in virtual mode who gets his data from a dataview.
in the data view event "ListChanges" i refresh the data (because the dataview changed, and i want to refresh the grid, so id call the flygrid.rows.reset() method).
it works fine.
but now after i update some row, i do a merge between 2 datasets, that one of the contains my dataview.
the problem is that for some reason this events jumps for every row.
and that causes to realy bad preformence. (5000 rows 3 min!)
can you tell me where i can put the code to refresh my data?
or how to solve this problem.
thanks,
Guy