jqgrid : how to change the class of one cell (when mouse is over on) ?

Posted by Qualliarys on Stack Overflow See other posts from Stack Overflow or by Qualliarys
Published on 2010-05-21T14:24:11Z Indexed on 2010/05/21 14:30 UTC
Read the original article Hit count: 198

Filed under:
|

Hi,

I set cells of the first column of my grid, with a class as follow:

$("#myGrid").jqGrid('setCell',rowid,'column_1', '', '**ui-state-default**');

How to change the class of a cell when the mouse is over on it ?

Thanks you so much !

© Stack Overflow or respective owner

Related posts about jqgrid

Related posts about jQuery