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

Paste copied items into GDBG

hi,

let say i copied a selection of cells from Excel and want
to pasted it into my data bound GridDataBoundGrid.

how do i go about doing it ?
right now im using "Model.ChangeCells" function in "ClipboardPaste" event but it seem that it does not save the changes into the binded data.

Thanks.


2 Replies

NA nazmi anuar October 8, 2010 07:41 AM UTC

Ok
now its look like the default paste operation will fail
if there is a column that are readonly between two editable column

why ?



CI Christopher Issac Sunder K Syncfusion Team October 9, 2010 04:50 PM UTC

Hi Nazmi,

Thank you for your interest in Syncfusion products.

By default, if a row or column or cell in grid is in readonly , the copied data stopped pasting from that cell.

To paste the data anyway, you should change the readonly property before pasting operation and set it to readonly after data has pasted into the grid.

Please let me know if you have any other concerns.

Regards,
Christo.


Loader.
Live Chat Icon For mobile
Up arrow icon