Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1455
xamGrid in Dock pane causes error
posted

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: 63
Error: 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