P
Peted
Hi
Using vs2008 C# winforms
So i have a datagridview bound to a dataset being populated via a
sqldataadaptor.
I have implemented a wait cursor, but it always reverts back to
default to soon.
It seems the data is loaded, within a try catch clause, which is where
i have my wait cursor code, but large amount of data takes a little
bit as it refreshs onto the screen.
I need the wait cursor to stay a wait cursor until the datagridview
onscreen refresh has finished.
Can anyone help with this
thanks
Using vs2008 C# winforms
So i have a datagridview bound to a dataset being populated via a
sqldataadaptor.
I have implemented a wait cursor, but it always reverts back to
default to soon.
It seems the data is loaded, within a try catch clause, which is where
i have my wait cursor code, but large amount of data takes a little
bit as it refreshs onto the screen.
I need the wait cursor to stay a wait cursor until the datagridview
onscreen refresh has finished.
Can anyone help with this
thanks