I have a very simple Grid that I've created, and my users would like the capability to drag the mouse over the Grid and copy the contents (much like you can do with an HTML table). Is there any way to do this?
As of right now, I can only select a single gridItem at a time. If it makes a difference, the items are parents to Text objects, so the whole Grid/table is simply text. Thanks!

