Hello,
I have a problem with grid in firefox. When I click on any column to edit it throws
tempE.document is undefined Error.
with state
var frameEl=tempE.document.parentWindow.frameElement;
how to solve this run time java script issue of UltraWebGrid with Firefox?
Thanks
Hi AmrutaDeshpande,
If I am understanding your questions correctly, your issue may be caused by the specifics of Firefox. The frameElement should be directly accessible, i.e. you should be able to do something like:
var a = frameElement;
or
var b = frames[2];
Please let me know if this helps.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
hi,
Thanks for the reply.
But actually this is not the case I'm looking for.
UltraWebGrid get Element through igtbl_getAbsBounds(elem, g, forAbsPos) function
where it assign elem to temE variable but when after assignment it call tmpE.document.parentWindow.frameElement
to get frame element at this time it throws
tmpE.document is undefined
This case is when I click to any column of grid to Edit.
I hope I've made the issue more clear. Kindly help me with the solution.
After some more research, it seems that the matter might be related to a known issue. Please refer to Alex Kartavov's suggested solution provided in this post: http://blogs.infragistics.com/forums/p/36753/240117.aspx
In order to be able to investigate this further I would need to know your product version.
Please contact me if you need further assistance.