tags:

views:

150

answers:

2

Hi i want to implement a copy feature so that i can right click and press copy and paste in any wordpad , or something like this can any body give me a guidance how to implement this. imagine it as simple grid. with many rows

A: 

you can take a look at how-to-copy-to-clipboard-in-javascript

to figure out how to do a cross browser clipboard copy first.

Then you can look into Extjs RowSelectionModel class http://www.sencha.com/deploy/dev/docs/ which defines a rowselect event and rowselected method to return the record selected by user then pass it to the clipboard. Hope it helps

Dan
A: 

i think here is the perfect solution see it without flash http://www.rahulsingla.com/blogs/rahul

Extjs Commander