Hi,

Have any of you seen any issue with setting the rowOnMouseOver, rowOnMouseOut... fields of a datatable programmatically. I am dynamically generating datatables, and the scripts do not seem to be triggered (they were triggered correctly when I was declaring and creating the datatable in the jsp). In my code I have:

dataTable.setRowOnMouseOver("this.style.backgroundColor='#FFFFB5'");

Emmanuel

Reply via email to