how to use datdagrid without binding a datasource? for example, I want to have a datagrid of 10x10 cells in which put some computation results. In VB6, we can set .rows and .columns to set the number of rows and columns. However, I can not find out how to do it in Vb .NET. Thanks. It looks like VB .NET makes some simple things very complex.