jqgrid : setCell method > how to set class of the fourth parameter ?
Posted
by qualliarys
on Stack Overflow
See other posts from Stack Overflow
or by qualliarys
Published on 2010-05-20T14:53:43Z
Indexed on
2010/05/20
16:30 UTC
Read the original article
Hit count: 583
jqgrid
Hi,
how to set the fourth parameter of the setCell method : the class parameter
$("#myGrid").jqGrid('setCell',rowid,'label', class ,{color:'black', weightfont:'bold'});
Thank you !
© Stack Overflow or respective owner