I am using Infragistics 10.3 in our WinForms app. In the Print Preview dialog, if my Grid contains lots of data and it will take a while for all the pages to be rendered in the dialog, a "Generating Previews" progress dialog will popup. It works perfectly fine in the previous releases. But by using 10.3, it seems two "Generating Previews" progress dialog are displayed and they overlaid as shown in the following screen shot. This is annoying and I am not sure if it will cause any problem. Please advice. Thanks!
Hi,
I tried this out and it worked fine for me. I could not see the problem. I'm attaching my sample project here so you can run it and see if the problem happens on your machine.
If so, then you might need to get the latest service release.
How to get the latest service release - Infragistics Community
If not, then the issue must be caused by something specific to your application. Perhaps you could try to duplicate it in a small sample and post it here so we can check it out.
Mike,
I tried your sample project and the problem happens on my machine as well. So I installed the latest service release (NetAdvantage for Windows Forms 2010 Vol. 3 - Windows Forms Service Release) per your suggestion. Now my project didn't compile at all. It seems to me that I need to change to use "Infragistics2" namespace now, which means I have to modify all the files? That will be not acceptable. Did I not install correctly? Thanks.