I was expecting this setting to affect the control itself, but I can't seem to add new rows just by having a DataGridView with AllowUserToAddRows set to true. Am I just rubbish at using my mouse and keyboard, or have I completely misunderstood this property? I suspect it's the latter, though I can't find much in the way of documentation to point me in the right direction.
EDIT: by the way, it's not that I'm rubbish, it seems to be something to do with using a List as the DataSource of the DataGridView; the little '*' just doesn't appear if I bind to a List.