I'm busy building an application where a user can copy and paste data to a silver light data-grid. If there are no rows the rows should be added via code and the rows should be updated with the pasted value. The datagrid is bound to a observablecollection.
I'm able to access the Clipboard.GetText() method to get the database but I'm not able to add datarows to the grid via code.