Hye. I have this form that has datagrid in it. The datagrid's values are retrieved from a database. Since the value for certain cells are too long, so, we can only see half of the full cell value.

Other than enabling the scroll bar on the datagrid, I want to add another feature which is the tooltip to allow us to see the whole value of the cell. The tooltip will display the full value of the cell where the cursor touches on.

Can somebody help me?