I am trying to drag a item from listview and drop it into a datagrid cell. I get the item already, just do not know how to insert it into the grid cell. help please.

grid.item(row,col) = myString won't work. Help please.