Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Hide Column in Field Chooser XamDataGrid
posted

Hi,

I am trying to hide a few fields which I do not want to show in the field chooser or in the grid but required to be binded to the grid.

I tried doing these in the column chooser opening event. But none of them worked.

e.FieldChooser.CurrentFields[0].Field.Visibility = Visibility.Collapsed;

e.FieldChooser.CurrentFields[0].IsVisible = false;

Can anyone provide me a solution to that I am using the Infragistics WPF XamDataGrid  v9.2.

Thanks