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
Noticed this morning that it also locks up sometimes on the InitializeComponent().
Yes I remember seeing the suggestion about using a binding source. I'm using binding sources for everything.
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
Someone else had a post on this issue, but I didn't go back to see the final conclusion. I have forms with more than a few grids on them and it seems that the speed issue is exacerbated the more grids you have. My design environment has slowed down dramatically as well. Everytime I open a form it appears the infragistics grids are going through the datasource looking at everything and updating the designer code every time.
It doesn't look like it ever comes back.I let it sit for 15 minutes and it's still in the same spot.