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

Display start and end time in highlightitem

0 Answers 64 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
jeya
Top achievements
Rank 1
jeya asked on 20 Mar 2012, 01:14 PM
Hi,

In RadScheduleView I wan to show the start and end time for the particular slot when mouse hovering on that slot. For achieving this, I
used the Mouseoverhighlightstyle. The code looks like this.
<ControlTemplate>
         <Grid>
                  <TextBlock x:Name="StartTextBox" Margin="4 2" Foreground="Black" HorizontalAlignment="Left"    VerticalAlignment="Top" Text="{Binding ActualStart,StringFormat=t}" />
                      <TextBlock x:Name="EndTextBox" Margin="4 2" Foreground="Black" HorizontalAlignment="Right" VerticalAlignment="Bottom" Text="{Binding ActualEnd,StringFormat=t}" />
          
</Grid>
                </ControlTemplate>

But it is not working....

ANY HELP.......

No answers yet. Maybe you can help?

Tags
ScheduleView
Asked by
jeya
Top achievements
Rank 1
Share this question
or