I did the following data binding:
this.gridGroupingControl1.DataSource = GetDataView(); // public DataView GetDataView() {...}
And I saw all the data in the table. In this table, there are columns that should not be attached to the table. Where can I specify only the columns for bind?