Datagrid rowStyler returning "style" attribute parameter. But style attribute override to class attribute.. As a result select row not highlight. Because "datagrid-row-over" class select to row..
<tr id="datagrid-row-r2-2-0" datagrid-row-index="0" class="datagrid-row [b]datagrid-row-over[/b]" [u][b]style="background-color:orange;"[/b][/u]></tr>
"style" attribute override "class" attribute !
Can you help me?