This is a migrated thread and some comments may be shown as answers.

Problem with copy paste after clicking on grid filter

2 Answers 312 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 1
Anton asked on 20 Sep 2016, 03:30 PM

Hello,

 

We have problems with copy/paste in kendo grid: it stops working in the following scenario.

I have created the following Dojo (modified from the Demo of Grid > Filter row. Just added properties: selectable and allowCopy).
http://dojo.telerik.com/odUSo

Steps:

0) Open dojo link above
1) Select one (or multiple) cells and press "CTRL+C".
2) Open notepad and paste text. You will see that it is copied and pasted right.
3) Click on any row filter element, i.e. OrderId 
4) Select one (or multiple), but different cell(s) and press "CTRL+C".
5) Go to notepad again and paste. You will see that wrong text is inserted (which was copied on step 1)

 

Looks like focus stays on filtering element and copying doesn't happen.

 

Could you please help with this?

 

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 22 Sep 2016, 12:07 PM
Hi,

Indeed, the focus remains in the filter, when selectable: "multiple, cell" / "multiple, row" is used, which seems as a limitation. I would suggest you to use the following change handler as a workaround - Dojo.

Regards,
Dimitar
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Anton
Top achievements
Rank 1
answered on 27 Sep 2016, 03:06 AM

Hi Dimitar,

Yes, it seems this is the only option, thanks!

 

Tags
Grid
Asked by
Anton
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Anton
Top achievements
Rank 1
Share this question
or