:: Forum >>

How to select grid data

Is there some way to make grid cell data selectable for copy and paste? (ctrl-C/ctrl-V)
gbegley
Wednesday, March 3, 2004
The text selection and context menu events are blocked by default. You can enable them back with this code:

obj.setEvent("oncontextmenu", null);
obj.setEvent("onselectstart", null);


Alex (ActiveWidgets)
Thursday, March 4, 2004
Thanks Alex.

That is exactly what I needed.
gbegley
Friday, March 5, 2004
How to deactivate a selection list
sonu
Wednesday, February 23, 2005

This topic is archived.


Back to support forum

Forum search