Presents a spreadsheet-like form of a particular table. Contains dColumn objects that display the actual data.

Q: How do I get the currently selected row?

A: grid.CurrentRow? contains the row number, grid.DataSet[grid.CurrentRow]? contains the dictionary of (field,value) for the selected row.