Categories | Question details Back To List | ||
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. Answer posted by Support on Jan 16, 2008 09:44 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"; Answer posted by Pedro Silos on Jan 16, 2008 11:12 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";) works perfectly.
Thanks. Answer posted by Support on Jan 17, 2008 03:37 Problem with automatic tooltips confirmed, if you need updated file ( where not updating of tooltips fixed ) - plese contact us at support@dhtmlx.com |