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.
There's no Infragistics2 namespace. And we would certainly never change a namespace in a service release. That would be a major breaking change.
What kind of errors are you getting? Why can't you compile? Did you update your project to point to the new versions of the Infragistics references on your machine? You probably just have to run the Project Upgrade Utility or set UseSpecificVersion to false on the Infragistics references in your project.
When I open "Add References" dialog in my Visual Studio, all the Infragistics dll names become"Infragistics2..." now as shown in the following screen shot so my project cannot find the original "Infragistics.." dlls and hence cannot compile. Before I installed this service release, I have 10.1, 10.2, 10.3 and couple of old Infragistics versions for Win Forms so not sure if that caused the problem. Please advice asap. Thanks.
Those names are correct. I guess I was confused by the error message of not able to find the Infragistics2....components. I fixed the compile problem by removed all the Infragistics references and re-added them. It is working now. But I still see that problem in Print Preview Dialog. How can I tell if I am using the service release dlls? Thanks.
This is a bug which was recently fixed. It only happens when you are using the Windows Classic theme (on Windows 7).
Anyway, this may be fixed in the latest service release:
If it is not fixed in the latest one available, then the fix will be in the next one.
I am seeing the same Ghost image of the preview status in my application. We did not see this when we used version 9.1. I do not see a the resolution in this thread. I am using version 10.3.20103.1000. Was there a resolution to this issue?
Thank you,
J. Dean
Hello,
I am just checking about the progress of this issue. Did you solve your issue accordingly to the information that I provided you?
Let me know if you need any further assistance.
Hello ,
I have tested your issue with Infragistics 10.3 service release 2037 and its work fine for me. See the attached sample. Please modify my sample to illustrates your issue if still exist.
I am waiting for your response.
Thanks. I got that. But the service release didn't fix the problem I described before (Two Progress Dialogs shown up and overlaid each other). So I rolled back to 10.3 release.