as soon as i drag a pane in my DockManger is throws an Error
error and print screen in attachment
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
https://es.infragistics.com/support
Thank you for your reply. I have been looking into it and furhter research the error that you are getting and I am still not able to reproduce it. I have tested both sample with the RTM and the latest service release of version 13.2 and not error is occurring when dragging the ContentPanes of the XamDockManager. I am attaching both samples.
Would you please modify one of the sample to show the issue or provide me with an application that demonstrates the issue, in order to be able to investigate the cause of the issue?
Looking forward to hearing from you.
i was unable to get that sample in the link to load. when i hit re load the project it just unloads again.
i can not get the sample to fail
i remove my grid in my app and replaced it with this, with out setting a srouce
<ig:XamGrid x:Name="dgCats1" Grid.Row="1" />
as soon as i remove the xamgrid or set it to Visible = collapsed the issue goes away, when i add the blank xamgrid back it fails again
looking at the error looks like IG code failing somewhere
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.ResetRowsInternal(Boolean releaseAll) at Infragistics.Controls.Grids.Primitives.RowsPanel.ResetRows(Boolean releaseAll) at Infragistics.Controls.Grids.Primitives.RowsPanel.<>c__DisplayClass2.<ResetRows>b__0()
Thank you for your replies. I have been looking into the sample application that you have attached in your second reply and the reason for the exception is that the myClass is not public and the XamGrid cannot access its properties. In order to avoid this behavior, you can set access modifier for the myClass to public. I have modified the sample to show the modification.
Regarding the issue that you have originally reported, I have tested the sample that Marianne has created for you, in the thread that you have mentioned with version 13.2 and could not reproduce the exception. Would you please modify one of the samples to show the issue, so I can research what might be causing it more accurately?
Thank you in advance and looking forward to hearing from you.