BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi~
I was tested DockingManager in XBAP
But InvalidOperationException Occured.
How Can I Solve this problem.
I'm using Syncfusion Version 12.2451.0.36
Other Old Version(10.????.?.?) is work well.
[Source Code]
<Page xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
x:Class="RCPGT.PageMain"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:RCPGT"
xmlns:main="clr-namespace:RCPGT.Main"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:s="clr-namespace:System;assembly=mscorlib"
mc:Ignorable="d"
d:DesignHeight="705.189" d:DesignWidth="1030"
Title="RCPGT">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition/>
</Grid.RowDefinitions>
<Grid x:Name="menuGrid" Grid.Row="0">
<main:MainMenu x:Name="MainMenu" />
</Grid>
<syncfusion:DockingManager
IsEnableHotTracking="{Binding Path=IsChecked, ElementName=hotTrack}"
SwitchMode="Immediate"
syncfusion:DockingManager.AnimationDelay="00:00:00.200"
PersistState="False" UseDocumentContainer="True"
ContainerMode="TDI" Height="Auto" Margin="0,40,0,2" Grid.RowSpan="2">
<Grid syncfusion:DockingManager.Header="Layout" x:Name="_Layout"
syncfusion:DockingManager.DesiredHeightInDockedMode="200"
syncfusion:DockingManager.State ="Document">
<main:layoutMain Margin="0" x:Name="map" />
</Grid>
</syncfusion:DockingManager>
</Grid>
</Page>
10.2.0.75 has no problem in same code.
Hi KimSeongJun,
We were able to reproduce the problem and have logged defect report regarding this. To track the status please follow up the support incident which you have created under your account. Please log on to our support website to check for further updates
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know if you have any queries.
Best,
Vijayalakshmi V.R.