Filling grid asynchronously.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
loveacs
Posts: 2
Joined: Mon 14 Jan 2008 06:42

Filling grid asynchronously.

Post by loveacs » Thu 03 Apr 2008 09:18

Hi,
I wonder how can I fill my grid control asynchronously.
I implemented it by using FetchAll property set to false and use Fill method,
but it was not exactly i want why it have to use scrollbar dragging.
And, I was used, also, BeginFill, BeginExcuteReader and grid's Update methods,
but i can see there's some delays for painting grids.
That work is very easy as it seems but i don't know how..

What is the simple way that has good visual of filling grid control
using threads or asynchronous methods.
If you have any sample, can i see it?

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 03 Apr 2008 14:33

Please refer to the “OracleDataTable Advanced Features” topic of the documentation.
There you will find some samples and explanations.

Post Reply