3.2.0

Change cursor on click event

Hello all,

I would like to knoe if anyone has tried to set the mouse cursor to "wait" when you click on a row.
I already tried the old document.body.style.cursor = "wait" and I noticed that it works on the page, but this change takes no effect on the grid!
Can anyone come up with any idea?


Thank you all
Vinicius Santos / Brazil
April 15,
Hi, Vinicius.

Have you tried changing the style on the click event?

var grid = new Active.Controls.Grid;

grid .setAction("click", function(src){alert(src)} );

Stephane, www.omni-ts.com
April 18,
WHATEVER

please support your idea with an example , !
debugger
July 3,

This topic is archived.

See also:


Back to support forum