Why igCombo not working in dynamically added page in iframe?

363 views Asked by At
pages structures as 

-> MasterPage
-> ContentPage 
-> iframe 
-> aspx.page in iframe

When I'm binding igCombo with control on master page then it displays igCombo box but when binding igCombo with control which is on aspx page inside iframe then throwing an error as Uncaught TypeError: Cannot read property pageYOffset' of undefined.enter image description here

1

There are 1 answers

0
Konstantin Dinev On

I checked the code that you have provided an image of. This is not part of the igCombo source, but rather of the jQuery source. You are probably experiencing this issue only under a specific browser. Anyways, the thing I suggest is changing the version of jQuery.