I want to allow users to enter data next to a kids name in a grid-like setting.

It appears the datagrid can only be used in a bound mode - I was looking to do this without a bound control.

Any other editable controls that appear grid like??

Right now I'm displaying in a listview - and need to make this app read/write instead of display-only.