Grid Example Crashing IE7
I'm trying to write part 2 for myWPF/E Grid series but I've run into a slight problem. My code crashes the browser about 99% of the time. I'm not sure what I'm doing to cause this but it is delaying my article since I don't want to release a sample that crashes the browser.
You can view the sample here:http://grid.wpfedev.com
It will crash IE7 and I haven't tried it with Firefox or IE6 yet. This grid is different from my last example in that I'm using the downloader object to download the xaml from the website instead of generating it on the client. I'm not sure if the combination of xaml downloading with the images downloading is causing the crash. It also doesn't seem to be consistent, sometimes it crashes on the first employee and sometimes on the last.
Please let me know how I can fix this. Thanks!
Running IE7 on Windows Vista 32bit.

