Hi,
I'm currently looking into the possibilities of xamWebGrid.
I like the Multiple Cell Selection mode to achieve something similar that is available in Excel. However, when the multiple cell selection is finished I must somehow be able to copy/paste the contents of the first selected cell over the other selected cells. Is this possible with xamWebGrid (eg a right click Context Menu with copy/paste, etc)
Thanks,
Nicolas
Nicolas,
The following thread provides more information about clipboard operations in Silverlight, originally in the context of copying/pasting between xamWebGrid and Excel:http://forums.infragistics.com/forums/t/30957.aspx
Actually,
What I'm trying to do is copy/paste operations inside the same xamWebGrid. (without using the clipboard)
I'm trying to do this with a context menu. I want to add a context menu when a Row Selector is clicked (eg Copy Row) and a different context menu when a regular Cell is clicked (eg Copy Cell)
Can you help me with an approach for doing this ?