In WinForms it was possible to add a new row to the grid by using the last row in the grid, some grid controls provide such functionality through the Insert button.
Is this possible with the datagrid included with silverlight?
My only available option is providing input controls to the user with a insert button and manually adding a new row to the collection.