How to refresh the ttoltip for a edited cell

Hello world:



I’m using the htmlgrid with tooltips for the value of the cell. But after I change the value of a cell with setvalue( ) the tooltip leave unchanged with old value.



Is there a solution?



Thanks.

If you are using automatic tooltips - they must update automatically after changing cell value.
If you set custom tooltip, by “title” attribute of “cell” tag, it can be reset as
    grid.cells(i,j).cell.title=“new one”;


Yes, they are automatic tooltips, but they doesn’t automatically update.



By the way, your proposed solution (grid.cells(i,j).cell.title=“new one”:wink: works perfectly.



 



Thanks.

Problem with automatic tooltips confirmed, if you need updated file ( where not updating of tooltips fixed ) - plese contact us at support@dhtmlx.com