The AdvancedDataGridColumn
has a property showDataTips
. If this is set to true
then each cell in the AdvancedDataGridColumn
will show a toolTip on rollOver
. There is just one problem, the toolTip covers the entire cell.
This is a problem, because the cell has a custom contextMenu
. Right clicking the toolTip will bring up the default menu. Is there a way to click through the toolTip or provide a yOffset
so that the tooltip appears below the cell?