We have a banking application that we are working on that has several wingrids in it.It works fine when we pull the first account. But after we close that account and open another one, the app locks up. When I Ctrl+Break it shows to be on the databind line of various datagrids. I have tried the MaxBandDepth suggestion but that doesn't seem to help.
Any ideas?
Thanks,Kevin
Are you using a BindingSource as your Datasource? This was once a recommended practice especially for multibanded grids and I believe it still holds true. I imagine Mike will be along with a comment to verify this.
Nick
Yes I remember seeing the suggestion about using a binding source. I'm using binding sources for everything.