Click on row header
Hi all,
I would like to know why the following code makes the row header lose its style. All I want to do is catching a click on the row header (not column header).
function myFunction(){
alert(1);
}
var row = new Active.Templates.Row;
row.setEvent("onmousedown", myFunction);
obj.setTemplate("left/item", row);
Any clue ? :o)
I would like to know why the following code makes the row header lose its style. All I want to do is catching a click on the row header (not column header).
function myFunction(){
alert(1);
}
var row = new Active.Templates.Row;
row.setEvent("onmousedown", myFunction);
obj.setTemplate("left/item", row);
Any clue ? :o)
Allan
March 23,