Hi,
I'm a Java developer wich is just starting to learn .net. When coding my user interfaces with Java we can count with the TableModel interface wich makes the process of representing objects in data tables something really easy.
In .net what is the equivalent? I don´t want to show data which is stored on databases, but the tabular representation of the attributes of a group of objects. How can I do that on .net DataGridView class? Is there an equivalent?