Does GridView use an internal in memory bitmap buffer and then bitblt or does use GDI vector api to paint itself on the screen?
Experiment: Application using RDP terminal server 6.1. Slow bandwidth, high latency connection, rdp server in europe and rdp client in USA east coast.
The grid is drawn slowly, a little box (about 100x100 pixel) appears in the upper left corner, then other boxes are slowly drawn on client screen.
Actually the same data displayed by legacy microsoft access 97 is 10x faster.
How can we improve responsiveness, paying whatever is necessary in terms of ugliness, quality, flickering, whatsoever?
Best Regards.
Experiment: Application using RDP terminal server 6.1. Slow bandwidth, high latency connection, rdp server in europe and rdp client in USA east coast.
The grid is drawn slowly, a little box (about 100x100 pixel) appears in the upper left corner, then other boxes are slowly drawn on client screen.
Actually the same data displayed by legacy microsoft access 97 is 10x faster.
How can we improve responsiveness, paying whatever is necessary in terms of ugliness, quality, flickering, whatsoever?
Best Regards.