The fnGetSelected function works fine to highlight the rows of datatable in chrome, but in IE when we tend to select the cell values of the selected row using the mouse ( as we do for copying the data )then the the row highlight is removed!! It happens only in IE, iam using IE8. Can anyone help me with this problem? The following example of datatables also have the same problem when run with IE : http://datatables.net/examples/api/select_single_row.html
Also this happens when we select more than one cell value, with only one cell value selected nothing weird will happen.