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

Tooltip inside RadGridView inside RadTabItem

0 Answers 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 18 Sep 2012, 08:10 PM
I have a gridview inside a tabitem. This contains NON-autogenerated columns. One of my columns has a textblock with a tooltip. There are two different issues. First is sometimes on initial load the tooltip does not work at all. Other times... the tooltip works but if I switch tabs and switch back to the original tab the tooltip no longer works.

Here is my basic code structure

<RadTabItem>
   <RadGridView>
      <Columns>
         <DataColumn>
            <CellTemplate>
               <TextBlock>
                  <ToolTip>

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Sean
Top achievements
Rank 1
Share this question
or