This topic contains 21 replies, has 11 voices, and was last updated by  Hristo 5 years, 5 months ago.

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Grid tooltip Posts
  • Grid tooltip #64604

    Debashis
    Participant

    Hi,

    I implemented the above Grid tooltip, described by Peter Stoev, Dec 12, 2013. But I am facing an issue. As this tooltip is hosted to Whole grid id and on cellhover we reposition the tooltip with content. But when there is scroll bar in the grid, and when I hover to the scroll bar I can see the tooltip with last content showed during cellhover.

    Any solution to this problem?

    Thanks,
    Debashis

    Grid tooltip #64642

    Peter Stoev
    Keymaster

    Hi Debashis,

    You can handle tooltip’s events and update it to whatever value you which. I would suggest you to look at its Documentation API page for more details about using its API.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid tooltip #64939

    dhanai
    Participant

    How to create custom tool tip on each cell of jqx TREE GRID? In jqx TREE GRID the cellhover event is not supported.

    Grid tooltip #65008

    Peter Stoev
    Keymaster

    Hi dhanai,

    jqxTreeGrid does not have cellHover so it’s not possible to add Tooltip for each cell.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Grid tooltip #90156

    Srikanth
    Participant

    Hi Team,
    My requirement is to show tooltips in a column data, i.e. I need to show the hidden column value in tooltip for a displaying column.
    For example, Column B is set hidden:true, and for the data in Column A it need to show the corresponding value of B column.

    Any help is highly appreciated.

    Thanks In Advance.
    Srikanth
    Hyderabad

    Grid tooltip #107111

    AbhijitR
    Participant

    I am using jqxPivotGrid. I want to add tooltip in each cell.Can you please help me to do this?I am using Angular 8

    Grid tooltip #107159

    Hristo
    Participant

    Hello AbhijitR,

    There is no built-in feature that you could use, unfortunately.
    The simplest way that you could use to create a tooltip inside the jqxPivotGrid is to use HTML’s title” attribute.
    Add there the desired content and this will show the native tooltip.
    You need rendering function to set this on all cells (or part of them).
    For this purpose you could use this demo:
    https://stackblitz.com/github/jqwidgets/angular/tree/master/pivotgrid/custom_rendering/

    Also, you could try to use the Dynamic Injection to add the jqxInput on the desired place.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in to reply to this topic.