using sl5 & IG 12.2
I have a Dock manager with a Content Section and 1 Pane, here is my pane
<ig:ContentPane Header="Test Filters" Width="310" IsFloating="False" IsPinned="True" IsMaximized="False" CloseButtonVisibility="Collapsed" WindowPositionMenuVisibility="Collapsed">
when i un pin the pain and then re pin it , it fails and throws a scripting error
Line: 63Error: Unhandled Error in Silverlight Application Code: 4004 Category: ManagedRuntimeError Message: System.NullReferenceException: Object reference not set to an instance of an object. at Infragistics.Controls.Grids.Primitives.RowsPanel.ResetRows(Boolean releaseAll) at Infragistics.Controls.Grids.Primitives.RowsPanel.<>c__DisplayClass2.<ResetRows>b__0()
if i hide (vis = collapsed) the xamgrid it works fine. i have other pages that have the multicolumnncombo in the pane and they work fine
looks like this issue is good with this version of the SR
12.2.20122.2228
Hello,
Were you able to resolve your issue?
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
i am currently running 12.2.20122.1001, i will update and report back
Hi,
I created a sample based on the xaml you gave me. I set the Category Filters ContentPane's PinButtonVisibility to Visible.
When I run the sample I can unpin that content pane and repin it without getting an exception. Let me know if I'm missing some steps.
I tested using Silverlight 5, NetAdvantage for Silverlight 2012.2 assemblies, 12.2.20122.2053.
I'll attach my sample for you to run and see if it produces the exception in your environment. Perhaps I'm using a diferent service release of 2012.2. Let me know what you are using. If it isn't generating any exception for you, please modify it to more closely match your application, so that we can reproduce the exception. Then zip it up and re-attach it to the forum thread.
oh i collapsed this untill i could get a fix
PinButtonVisibility="Collapsed"
shoudl be visible