views:

205

answers:

1

It might sound like a trivial question but how can I show progress bars, when datagrids and other components that "talk" to web services, update their data providers

A: 

Start the progress bar on sending the call to the web service, then cancel it when your datagrid sets the dataProvider. You override the public setter for dataProvider and cancel there.

Robusto