Hi,
The AllowMultiCellOperation property on the Override turns on cut, copy, paste, and delete functionality in the grid. I'm not sure if it's exactly the same as Excel - it probably has some limitations that Excel doesn't have, since WinGrid is a data grid and not a spreadsheet. But there are also events that fire when you perform these operations, so you might be able to alter the behavior to your liking.
I beleive there are events like Before/After MultiCellOperation in which you can alter the data or the behavior.
Umm... Maybe I was wrong about the "After" event, but the BeforeMultiCellOperation definately exists. I thought it was added along with the AllowMultiCellOperation property, but I suppose I could be wrong and maybe the event was added in a later release, but I don't think that's the case.
How can I accomplish the same functionality in a UltraWebGrid ? Right Click copy paste . One way, is to set ReadOnly = Level2, but this breaks paging and grouping in the grid.
Thanks
Russel
Russel,
You would be better off posting this in the WebGrid forum instead.
-Matt