We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Pasting from Excel into covered cells

Hi,

I have a grid with a row containing columns with covered cells (3 per column). When I try to paste multiple (e.g. 3) cells from Excel into that row, only the first column is updated. From debugging I can see that GridControl.OnPasteCellText is called 3 times for columns 1,2 and 3 because there are 3 pieces of data to paste. But because the cells are covered the data should be pasted into columns 1,4 and 7. Have a missed setting a flag on the table or do I need to write a custom paste method to do what I want?

3 Replies

AD Administrator Syncfusion Team September 5, 2006 01:46 AM UTC

Hi,

We are currently looking into this issue and will update you the details.

Thanks for your patience.
Best Regards,
Megavannan


AD Administrator Syncfusion Team September 6, 2006 08:40 AM UTC

Hi Sara,

The Attached sample demonstrates the covered cell custom pasting in a grid. It implements the ClipboardPaste event to manually assign the cell value in a grid.

Here is a sample.
http://www.syncfusion.com/Support/user/uploads/CopyPaste_4bb54183.zip

Let me know if you are looking something different.

Best Regards,
Haneef


SD Sara Dickinson September 6, 2006 09:34 AM UTC

Hi Haneef,

I was afraid this was the answer.... thanks. Sara.

Loader.
Live Chat Icon For mobile
Up arrow icon