Right now (I think) it's only possible to add a new record using the + button provided by the AllowNew setting on the datagrid. It would be kinda nice to have a command that would start the same process as the button... because I don't really want that button, but rather my own in a place that I desire most ;-)
Right now I'm working directly on my BindingList<MyType> datasource using AddNew, EndNew and CancelNew.. which works for what I need. But having a command would mean I could use the mechanics of the datagrid which would be much more convenient.
Ah well, just an idea :)
(oh btw I guess this post can be move to an appropriate subforum.. sorry about that..)