posted 17 years ago
I use the below code to highlight a row on mouse over and reset it on mouse out.
Now, when I click on a row, a hidden button is clicked, but I also want the highlighting to remain on the clicked row.
If I comment the line where the hidden button is clicked, the highlighting is retained. But if it is uncommented, the highlighting disappears and focus moves to the top of the datatable.
What should I do?? Kindly help.