Hi Mike,
Thank you very much for posting in the forum. One of the biggest difference between MS Grid and our Grid is that with our Grid you must explicitly defines the columns, while MS Grid can automatically populates the columns from the DataSource. Our Grid requires you to explicitly define the column because it can do more than just static text. For example, with a simple Date field, our Grid can show either a DateTimeColumn or a StaticColumn.
In order to define columns, you would right click the Grid, then choose "Edit Grid...", then go to "Columns" and you will be able to add or remove columns there. Two things are most important for each column: One is the column type; the other is the column's "DataField", which is the field name in your data set that this column is associated with.
You can find more information on how to define columns at here:
http://www.essentialobjects.com/ViewDoc.aspx?t=Grid%2fcolumns.htmlWe are also thinking about support AutoGenerateColumns just like MS Grid. In that case every column will be a StaticColumn. If your situation requires that, we should have no problem to provide the code that automatically generates the columns from your datasource before this feature is fully implemented.
Please let us know if this is the problem. We will be happy to help if you have any more questions.
Thanks