Hey all,
I have a list of objects, for example a list of Car objects. The Car object has 4 data fields: "Brand", "Model", "Year" and "Price". I bind this list with a DataGridView. However, I don't want to show the information about the "Price". Is there any way I
can only display three columns?
Thanks in advance.