This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I've just been looking at the DataGrid and it looks awesome. I have a quick query though and I assume I'm just missing something... how do I allow a user to Add a new row? I can't find any property on the grid or viewmodel. Thanks guys! |
|
|
Hello You can check out this related thread: http://www.mindscapehq.com/forums/thread/264419 The DataGrid.ItemsSource collection defines the rows displayed by the data grid. So if you add another object to the ItemsSource, a row will be displayed in the DataGrid which the user can then edit. Try this out and let me know if this is what you're looking for. -Jason |
|