1.1 to 2.0, call to DataSet.Clear is causing controls to refresh
Greg Robinson <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
A call to DataSet.Clear in 2.0 causes all of the data bound controls to flicker\refresh what looks like hundreds of times. Our guess is each control flickers\refreshes for each field in the DataRow as the currency manager changed\push events are firing. Any idea how to block\prevent this?