Kaishu
Kaishu

Reputation: 377

Why igCombo not working in dynamically added page in iframe?

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

Upvotes: -1

Views: 362

Answers (1)

Konstantin Dinev
Konstantin Dinev

Reputation: 34905

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.

Upvotes: 0

Related Questions