For our project we have a xamdatagrid which is populated with values and each cell has a tooltip associated with it. Before we applied the tooltip, the format of the cell had a decent border which we were able to modify, but as soon as we apply the tooltip (only change made); we are unable to see the border because of the editor for the cell covers it. Does anyone have any idea why this would be happening?
Code for our tooltip:
<Style TargetType="{x:Type DataPresenter:LabelPresenter}">
<Setter Property="ToolTip" Value="{Binding RelativeSource={x:Static RelativeSource.Self},Path=Field.Name}"/>
</Style>
Hi Shawn,
I tried with a sample project and was not able to reproduce your issue.
I attached the project to this forum post.
Could you see what's the difference?
Thanks,
George
Were you able to resolve your issue?