3.2.0

How to select grid data

Is there some way to make grid cell data selectable for copy and paste? (ctrl-C/ctrl-V)
gbegley
March 3,
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)
March 4,
Thanks Alex.

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

This topic is archived.

See also:


Back to support forum