row click event not working
I've seen many topics regarding this however, none seem to work with version 2 beta in IE 5.5. I've tried the following:
When I say they don't work, I mean that nothing happens when I click the row... not even a javascript error. Anybody have any ideas? Thanks very much.
obj.setAction('onclick', function(src){
alert(src);
});
obj.setAction('click', function(src){
alert(src);
});
obj.setAction("onclick", function(src){
alert(src);
});
obj.setAction("click", function(src){
alert(src);
});
When I say they don't work, I mean that nothing happens when I click the row... not even a javascript error. Anybody have any ideas? Thanks very much.
Joe Hudson
October 18,