jakemonO

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Author
    Replies
  • in reply to: Handle Keypress? #99070
    jakemonO
    Participant

    subscribe!

    seriously, has anyone found a fix for this?

    jakemonO
    Participant

    you get any resolution on this? I have the same problem (jqGrid 3.7.2)

    in reply to: UI quirk in IE #96456
    jakemonO
    Participant

    tony said:

    Hello,

    This resolve the problem just in your particular case. Doing this in the demo prevent always key navigation.

    Please check your CSS.

    Kind Regards

    Tony


    the problem apperas to be related to the DOCTYPE declaration. If I don't have it on my page, weirdness ensues as documented her and also with jsTree. Odd. See

    in reply to: UI quirk in IE #96385
    jakemonO
    Participant

    I combed the CSS for 2 days and was unable to find the root cause of the quirk. All the CSS generated by the errant span is inline, what more can I do? (this isn't a complaint, it's a serious request for help/assistance/advice)

    jakemonO
    Participant

    I too have a similar problem: If I pass a function to gridComplete (to attach styles and events to the loaded table) it works fine. If I attach an object method with the same code as the working function the jquery collections in the method that I use to attach styles to are empty. It appears that this type of event is fired before the jqGrid is fully loaded.

    loadComplete: window.dataGrid.finalizeDataGrid(),

    As far as I can tell, it's b/c passing a function or method of any type is a fundamentally different Javascript operation that copying a function i.e. the difference between

    loadComplete: window.dataGrid.finalizeDataGrid()

    and

    loadComplete: window.dataGrid.finalizeDataGrid

    Not sure of a workaround other than changing the way my backing object is set up. Some background on this (not so) subtle difference here. If anyone with greater JavaScript-fu can shed some light and help me accomplish what I need without breaking my model, I'd appreciate…

    UPDATE: The answer came to me right after I posted this, and I suspect something similar would help @markbennet as well:

    in reply to: UI quirk in IE #96304
    jakemonO
    Participant

    SOLUTION (?)

    I don't know why the visual bug manifestes

    in reply to: confusion regarding cellSubmit: ‘clientArray’ #96296
    jakemonO
    Participant

    Thanks!

    in reply to: Tooltip on row hover with AJAX content – SOLUTION #95759
    jakemonO
    Participant

    works but you need to remember to put the “tooltip” div into your HTML (even if it's empty) and set the css for the tooltip div to position: absolute

Viewing 8 replies - 1 through 8 (of 8 total)

Stay connected with us in your favorite flavor!