GroupDocs Viewer and DevExpress

Hello Dear GroupDocs team,

we have very strange errors when we integrated viewer in our project. We use devexpress. Did you have success story for using viewer and devexpress at the same time? Viewer and devexpress both use jquery…maybe the problem can be here…

Waiting for your help, thanks.

Hello,

We are sorry to hear that you have such issue. We investigated the issue and found that it’s caused by conflict of jQuery and/or jQuery UI from the Viewer package and JQuery from the DevExpress.

The best way to solve this problem is to disable jQuery in the Viewer. In order to do this invoke "LoadJquery" and/or "LoadJqueryUi" method with "false" parameter, as it is described here: "Description of GroupDocs Viewer script loader helper parameters".

If you will have more questions please feel free to contact us.

Hello,

Thank you for the answer! Now this works fine, but we found another problem… i will post asap.