grid - select/copy and changing mouse-over text

Hi,



I create a simple grid with the html below.



Two questions:-



1. The cells are read-only but I want to allow the user to select and copy a cell’s value into the clipboard. Eg. select the cell content with the mouse and control-c or edit->copy to copy into the clipboard. How can I do this?



2. Can you give me some code to change the mouse-over text to be a different than the cell value. (I would like to have a different value for each cell.)





Thanks very much

GF











For demo purpose only :: &1





















-1500

A Time to Kill

John Grisham

12.99

1

24

0

05/01/1998





1000

Blood and Smoke

Stephen King

0

1

24

0

01/01/2000





















>>1. The cells are read-only but I want to allow the user to select and copy
By default native selection disabled in grid - please check
dhtmlx.com/docs/products/kb/inde … electstart

>>2. Can you give me some code to change the mouse-over text to be a different
a) you can define it directly in XML as
<cell title=“tooltip text her”>cell text here