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

Tooltip for readonly data column

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Leslie
Top achievements
Rank 1
Leslie asked on 09 Mar 2012, 12:59 AM
I have a grid view data column.  If the column is NOT readonly, my tooltip shows.  If it is readonly, it does not show.  Is there a way to gget it to display for a readonly column?  Here is my xaml:

<telerik:GridViewDataColumn DataMemberBinding="{Binding FriendlyName}" IsReadOnly="True" >
    <telerik:GridViewDataColumn.ToolTipTemplate>
        <DataTemplate>
            <TextBlock Text="{Binding Description}"/>
        </DataTemplate>
    </telerik:GridViewDataColumn.ToolTipTemplate>
</telerik:GridViewDataColumn>

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 09 Mar 2012, 08:30 AM
Hi Leslie,

I've tested the problem you report but everything works as expected. Please, find my test application in the attached file. Is there something specific in your case that I have missed?
 
Regards,
Yordanka
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Leslie
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or