Tooltip not showing for Datagrid

0
Hello,  I have made a tooltip page and set it to appear for a highlighted order on a datagrid, and the page is appropriately selected, and I have made it where it is visible to everyone, when I hover over or select the object, it is not appearing.  Is there additional configuration needed?  Any guidance is greatly appreciated.  Thank you. 
asked
1 answers
1

A tooltip page is a page that appears when you hover your mouse over a row. The tooltip page should consist of a data view on the same entity as the data grid. Besides creating and connecting a tooltip page you also have to specify on which columns the tooltip will appear. See the property ‘Show tooltip’ of data grid columns.

answered