In silverlight XamGrid, we can get all columns by XamGrid.Columns, how to do it under XamDataGrid? Silverlight has some help online, where is the help for Infragistics WPF?
Hello truelies1,
Thank you for your post. I have been looking through it and I suggest you use xamDataGrid1.FieldLayouts[0].Fields to get all the fields from the XamDataGrid. In XamDataGrid there are Fields and Records which are like Columns and Rows in XamGrid. And here is our online documentation for WPF ver. 11.1:
http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/
Please let me know if this meets all your requirements or you need further assistance on this matter.
Looking forward for your reply.