Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Tooltip issue
I have a table with a Notes column.
I have set the ShowBalloonTooltip when you click on the cell.
The content is taken from the current cell and displayed in the tooltip.
The problem is the incorrect information displays if you click on another row, with the information from the original row showing still.
I have resolved by doing
- ShowBalloonTooltip
- HideBalloonTooltip
- ShowBalloonTooltip
I have checked that the correct info is being obtained.
Displaying this in the title shows the correct info, but within the text it is incorrect.
It seems it is remembering it, and perhaps more prevalent whilst you click on another row during the time the tooltip is still active.
Any thoughts.
Please advise if you need examples and screens.
Colin
I have set the ShowBalloonTooltip when you click on the cell.
The content is taken from the current cell and displayed in the tooltip.
The problem is the incorrect information displays if you click on another row, with the information from the original row showing still.
I have resolved by doing
- ShowBalloonTooltip
- HideBalloonTooltip
- ShowBalloonTooltip
I have checked that the correct info is being obtained.
Displaying this in the title shows the correct info, but within the text it is incorrect.
It seems it is remembering it, and perhaps more prevalent whilst you click on another row during the time the tooltip is still active.
Any thoughts.
Please advise if you need examples and screens.
Colin
Comments
I'm adding an internal support ticket to keep track of this issue. I'll see if I can add the necessary works-around internally so end users don't have to do what you have done.
Any progress on this?
Colin