:: Forum >>
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
Friday, April 15, 2005
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
Monday, April 18, 2005
WHATEVER
please support your idea with an example , !
debugger
Sunday, July 3, 2005
This topic is archived.
Back to support forum
Forum search