Yes, the documentation is not quite extensive at the moment. But you can take a look at test file, http://trac.turbogears.org/turbogears/browser/trunk/turbogears/widgets/tests/test_datagrid.py
The prinicple is simple, you create a DataGrid (using fields arg to describe data layout) and then pass iterable at display time. HTH, Max.

