I’m looking to add hover text to a given column in a grid with row specific data. I’m planning on overriding the mouse-enter event, but I’m unsure how to populate a Tooltip and have it display next to the mouse.
Any direction would be appreciated, thanks!
**Edit: It looks like the method to override is actually called “Tooltip”. I was able to override this and get a tooltip to display.
The question remains: How to access the current row’s data for the column that the Tooltip is on?
To show a tooltip with the description of the foreign key field, the following must be met:
TitleField1andTitleField2attributes on the base tableYou can put the relation on the (transaction) table instead of the extended data type.
Do that in AX 2012 or if the relation has more than one field to join.