This is a migrated thread and some comments may be shown as answers.

Validation Tooltip problem

3 Answers 72 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tomas
Top achievements
Rank 1
Tomas asked on 06 Feb 2013, 03:13 PM

Hi,

We have a problem with the position of the  validation tooltip inside the grid ... really I think that the problem could be replicated in other scenario too.

We need that the tooltip always be displayed to the right side of the column because a design requirement. For more detail check the attached image. This is because the tooltip does not fit in that position.

Code example:

<ToolTipService.ToolTip>
                    <ToolTip x:Name="validationTooltip" Content="{TemplateBinding Errors}" Placement="Right" Template="{StaticResource GridView_ValidationToolTipTemplate}"/>
 </ToolTipService.ToolTip>

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 06 Feb 2013, 03:15 PM
Hello,

 According to the image you do not have enough space on the right. 

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Tomas
Top achievements
Rank 1
answered on 06 Feb 2013, 03:23 PM
Yes we know it,

Do you have any resource(code example) to know when the tooltip will be displayed in other position ?

So we can change the style of the tooltip.

Thanks
0
Vlad
Telerik team
answered on 11 Feb 2013, 03:00 PM
Hello,

 You can check this article in MSDN for more info about ToolTipService.

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Tomas
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Tomas
Top achievements
Rank 1
Share this question
or