problem in copy-paste when selection is made using control key

hi ,
I am trying to implement copy paste functionality in gridcontrol.It works fine for all other cases except one in which cells are selected in random order using control key.i get correct ranges while copying data but when we paste data some extra data is also displayed which was not selected in range ..

code for copying used-- grdCtrl.Model.CutPaste.CopyTextToClipboard(grdCtrl.Selections.Ranges);

code for paste--grdCtrl.Model.CutPaste.Paste();

Please help.Quick responce will be highly appreciated.

Thanks
Ranju Malhotra


1 Reply

AD Administrator Syncfusion Team March 31, 2008 09:52 AM UTC

Hi Ranju,

Thank you for posting your query to us.


I am afraid that I was not able to reproduce the issue. I have created a simple sample to test this issue and it is available in the following link.
http://websamples.syncfusion.com/samples/Grid.Windows/72649/main.htm

Please have a look at the above sample and if still the issue exists, could you please try reproducing it in the above sample or send us the reproducing steps so that we could sort out the cause of the issue and provide you a solution?

Regards,
Jisha


Loader.
Up arrow icon