Hi
I have a list view where I need to set tooltip value for a particular column. But this tooltip value can vary from one row to another. I tried to use the set properties of the column using for each loop. But the entire column gets updated in all the rows.
I want to know if there is any way to show a message on hover of the cell or if we can update the tooltip properties for each cell value and the message needs to be different for each row?