I am just starting to work with the xamDataGrid and I have looked for resources to add columns manually, but could not find any resources so I'm posting my request here.
Basically I have objects that are returning ObservableCollections of themselves and I do not want all properties to show up as columns in the grid. I've used the Windows Form based Infragistics grid, and we could creat columns manually. I'm hoping that is the case with the xamDataGrid as well.
Can someone please point me to some documentation on how to do this? Also, I looked up the documentation for how to use the xamDataGrid, and I could not find anything, so could someone please point me there as well. I'm working with the trial version 2011.
Thank you.
Galina,
Thanks for introducing me to the correct terms. The developer's guide was what I was looking for.
Hello Mike,
In the case of xamDataGrid we use the term "Fields" to describe the attributes/properties that make up each record, instead of "Columns". But sure, you may define them both manually or automatically.
Here's a link to our "Developer's Guide" where you may find a number of topics regarding using the xamDataGrid:
http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=xamDataGrid.html
Hope this helps.