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