Hi
There are lots of good samples that Infragistics installed on my pc.
I can see & debug them in "Infragistics.Samples.WPF", but I want to try some as is in my wpf project.
But to do that, what do I choose when I click Add, New Item?
The XAML says "<igFramework:SampleContainer ..." in the upper left corner. What is that?
Are these Windows or Usercontrols or something else? The only Infragistics projecy types I see are for Reporting.
Thanks, Howard
Hello Howard,
Thank you for your post. I have been looking into it and I can say that the SampleContainer class inherits Page class. You can find its definition here by default:
C:\Users\Public\Documents\Infragistics\NetAdvantage 2013.1\WPF\Samples\CLR4.0\Infragistics.Samples.Framework\Controls\ SampleContainer.wpf.cs file
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Stefan
Thank you for your reply. But I don't know what I'm suppoed to do with that code file.
I can use the samples and modify them, but only in the sample solution.
I am unable to create a page like a sample page into my own project. This would make the samples more useful. Do I create a Window or UserControl? I'm not sure how this is done.
And how does the samples access the sample data? Where is it?
Regards, Howard