Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
543
Issue of UltraWebGrid Event With FireFox
posted

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

Parents
  • 49378
    posted

    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 Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Reply Children