EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: splat1985 on November 12, 2012, 08:56:35 AM



Title: rowStyler issue - class problem
Post by: splat1985 on November 12, 2012, 08:56:35 AM
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..

Code:
<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?


Title: Re: rowStyler issue - class problem
Post by: stworthy on November 12, 2012, 05:38:23 PM
Please refer to http://www.jeasyui.com/forum/index.php?topic=330.0


Title: Re: rowStyler issue - class problem
Post by: splat1985 on November 15, 2012, 12:12:51 AM
Thanks stworthy..