HI,
I am using JQXWidgets3.8.2. I am facing problem with accessing jqxGrid (which is in a child Iframe) methods and properties in the parent jsp.
My code is :-
var feedGrid = $(‘#feedIFrame’).contents().find(‘#grid’);
alert(‘feedGrid::’ + $(‘#feedIFrame’).contents().find(‘#grid’).html());
var filterGroups = $(‘#feedIFrame’).contents().find(‘#grid’).jqxGrid(‘getfilterinformation’);
alert(filterGroups);
filterGroups is coming as ‘undefined’.
I have included all the css, js for jqxgrid in parent jsp and child Iframe
Please share the solution with example to access all jqxGrid data/properties/methods etc. which is in a child Iframe from parent jsp.
Thanks,
Neha