Is there is a way I can select multiple rows on my Grid and say copy (Or Ctrl+C) those rows and paste(Or Ctrl + V) them on a clipboard or Excel so that the customer can print those rows from some where. Is there any property that I have to set on the grid to do this Or any event that does it?
Thanks,
Sindhu
No, I don't think it does. It certainly should not.
Mike, Does AllowMultiCellOperation copy hidden fields?
You can use the AllowMultiCellOperation property. This is a property on the Override object.
You need to program it, capture the key Ctrl+C and then loop through the selected rows and copy values to clipboard.