Several developers have notified me that when using the free xamDataGrid with the Code Camp source code that the solution will not compile. I set up a machine to use the free Infragistics xamDataGrid and found that the xamComboEditor does not come with the free xamDataGrid.
To work around the problem follow the below steps:
- Ensure that you have reset the Infragistics references in the Manger.Sales.UI.WPF project to point to the free Infragistics assemblies that were installed in the GAC when you installed the free xamDataGrid.
- In the Visual Studio Solution Explorer, right click on the the SalesPersonMaintenanceEditxamDataGrid.xaml file in the Manger.Sales.UI.WPF project and select, “Exclude From Project.”
- Remove the MenuItem with the header, “Sales Person Maintenance w/Editable Grid” from the “Sales” menu in the ApplicationMainWindow.xaml file.
- Recompile the solution.
I’ve been working on the code and will provide a solution that does not use the xamDataGrid and will include in Part 4 of the WPF Business Application Series.
Have a great day!
Just a grain of sand on the worlds beaches.




June 9, 2008 at 7:44 am |
[...] Code Camp Source – Using Infragistics Free xamDataGrid (Karl Shifflett) [...]
June 16, 2008 at 9:54 am |
In Visual Basic 2008 Express, the “Exclude from Project” option is not available. You have to set the Compile action for both the xaml and the cs files to “None”.