jQuery UI Widgets › Forums › General Discussions › Dialogs and Notifications › Tooltip, Notification, Popover › Grid tooltip
This topic contains 21 replies, has 11 voices, and was last updated by Hristo 6 years, 2 months ago.
-
AuthorGrid tooltip Posts
-
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,
DebashisHi 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 StoevjQWidgets Team
http://www.jqwidgets.com/How to create custom tool tip on each cell of jqx TREE GRID? In jqx TREE GRID the cellhover event is not supported.
Hi dhanai,
jqxTreeGrid does not have cellHover so it’s not possible to add Tooltip for each cell.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/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
HyderabadI am using jqxPivotGrid. I want to add tooltip in each cell.Can you please help me to do this?I am using Angular 8
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 HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.