I have a datatable with n columns. If I want to have the grid display all but two of these columns how do I do that ?
thanks...
Hello,
You can either set the AutoGenerateFields to false and declare the fields that you want to display or to hide them. For this, you can handle the FieldLayoutInitialized event of the XamDataGrid and set the Visibility of the Fields that you do not want to show up to Collapsed.