jQuery UI Widgets Forums Grid Tooltips

This topic contains 5 replies, has 2 voices, and was last updated by  Peter Stoev 7 years, 10 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Tooltips Posts
  • Tooltips #91750

    nico86
    Participant

    Hi,

    I have a tootips with a big size (over than 1000 character), but it is truncated.
    Do you know why ? is there a size limit ?

    tooltips

    Thanks
    Nicolas

    Tooltips #91752

    Peter Stoev
    Keymaster

    Hi nico86,

    We do not manage how web browser tooltips behave.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Tooltips #91770

    nico86
    Participant

    OK Peter but do you know if Is it possible to change this somewhere with IE11 ?

    thanks

    Tooltips #91771

    Peter Stoev
    Keymaster

    Hi nico86,

    No. But you can use our jqxTooltip UI widget instead. There are multiple topics about that here in the forum.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Tooltips #91782

    nico86
    Participant

    I try to add this but don’t run
    …..
    ready: function()
    {
    $(“.jqx-grid-cell”).each(function () {
    $(this).jqxTooltip({ position: ‘mouse’, content: $(this).text() });
    });
    },

    but if i changed jqx-grid-cell by jqx-grid-column-header it’s work fine for the header ? but i need this for each cell of my grid

    Why ? & Thanks for your help.
    Nico

    Tooltips #91783

    Peter Stoev
    Keymaster

    I suggested you to look for topics in the forum as there are many about that. The code you wrote will not work fails in many scenarios which include rendering like scrolling, filtering, sorting, grouping, editing, etc. Topic which will be useful about that is: http://www.jqwidgets.com/community/topic/grid-mouse-hover-popup-window/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.