This question is locked. New answers and comments are not allowed.
Hi,
I have a column that contains an image. When you hover over the image, I display some text information through a tooltip. I set all of this up through a cell data template and the 'RowLoaded' event, and all is working well. However, the user can perform an action, whereby the information displayed in the tooltip needs to get updated. Because the tooltip cannot be bound to anything, this information cannot get updated automatically, as when a column is directly bound to some object property. Therefore, I have to rebind the entire grid in order for the tooltip in one cell of one row to get updated. Is there a more efficient way of doing this? Ideally, I would imagine a way to reload just the row that contains the image with the tooltip that needs to get updated.
Thanks,
Terry
I have a column that contains an image. When you hover over the image, I display some text information through a tooltip. I set all of this up through a cell data template and the 'RowLoaded' event, and all is working well. However, the user can perform an action, whereby the information displayed in the tooltip needs to get updated. Because the tooltip cannot be bound to anything, this information cannot get updated automatically, as when a column is directly bound to some object property. Therefore, I have to rebind the entire grid in order for the tooltip in one cell of one row to get updated. Is there a more efficient way of doing this? Ideally, I would imagine a way to reload just the row that contains the image with the tooltip that needs to get updated.
Thanks,
Terry
