We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Jquery fancy popup stopped working

Hi,

I have a page from which we are opening several Jquery fancy popup.

As soon as we added grid grouping control all the popup stopped working. It gives "Object doesn't support this property or method" javascript error.

We are using jquery.fancybox 1.3.4. and "jquery 1.8.2_min".

Any help in resolving the issue is appreciated.

Thanks And Regards,

Ankesh Maradia


1 Reply

PS Prabu Sarvesan Syncfusion Team October 14, 2013 03:12 PM UTC

 

Hi Ankesh,

Thanks for using Syncfusion Product,

Your Issue with Fancybox has been resolved. The issue has been raised because of the Jquery script loading from Grid. To avoid this issue we suggest you to set "SFJqueryLoad" to be false in appsettings. Please refer the below code Snippet,

Code Snippet:

<configuration>

<appSettings>

<add key="SFJqueryLoad" value="false"/>

</appSettings>

</configuration>

For your convenience we have created a sample and the same can be downloaded from the below link.

http://www.syncfusion.com/downloads/support/directtrac/114284/CustomSkinWeb-1304894209.zip

Please let us know if you need any assistance.

Regards,

Prabhu Sarvesan


Loader.
Live Chat Icon For mobile
Up arrow icon