Sorry, Problem solved, this is not due to RadDocking implementation but application bug.
Please ignore this issue
Thanks
********************************
Hi,
Basically in my main window i have a left hand browse list and right hand side document host displaying radpane in tab form using MVVM
However, i encountered strange behavior, i.e. the child control inside the RadPane does not have Mouse Hover effect (neither Left or right hand side), i.e. the cursor will not turn to "hand" when mouse over a button or a link inside the child control. But mouse click function work as per normal.
Anything i did wrong here?
Thank you
Please ignore this issue
Thanks
********************************
Hi,
Basically in my main window i have a left hand browse list and right hand side document host displaying radpane in tab form using MVVM
<
telerik:RadDocking
Grid.Row
=
"1"
Grid.ColumnSpan
=
"2"
BorderThickness
=
"0"
Padding
=
"0"
IsEnabled
=
"{Binding Path=IsWebLoading, Converter={StaticResource ibcConverter}}"
PreviewClose
=
"RadDocking_PreviewClose"
>
<
telerik:RadSplitContainer
InitialPosition
=
"DockedLeft"
>
<
telerik:RadPaneGroup
>
<
telerik:RadPane
Header
=
"Menu"
telerik:RadDocking.SerializationTag
=
"PaneLeft"
>
<
views:BrowsePanelView
Margin
=
"0"
VerticalAlignment
=
"Stretch"
x:Name
=
"browsePanelView"
DataContext
=
"{Binding Path=BrowsePaneVM}"
/>
</
telerik:RadPane
>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
<
telerik:RadDocking.DocumentHost
>
<
telerik:RadSplitContainer
>
<
telerik:RadPaneGroup
modules:PaneGroupExtensions.ItemsSource
=
"{Binding Path=DocPanelTabCollection}"
SelectionChanged
=
"RadPaneGroup_SelectionChanged"
>
</
telerik:RadPaneGroup
>
</
telerik:RadSplitContainer
>
</
telerik:RadDocking.DocumentHost
>
</
telerik:RadDocking
>
However, i encountered strange behavior, i.e. the child control inside the RadPane does not have Mouse Hover effect (neither Left or right hand side), i.e. the cursor will not turn to "hand" when mouse over a button or a link inside the child control. But mouse click function work as per normal.
Anything i did wrong here?
Thank you