Home › Forums › Guriddo jqGrid JS › Help › How to make the entire row bold?
Hi,
This codes does not make the entire row bold? What am I missing? Thanks.
$('#communication').jqGrid
{
Hello,
It will not work. Try this
$(this).jqGrid('setRowData', rowId, false, {'font-weight':'bold'});
Regards
Tony
Hi Tony,
still does not make the entire row bold.
Thanks for your reply.
Sorry, forgot some things related to jQuery UI. In order to work this do the following:
1. Define in the style section the following:
.mybold td {font-weight : bold !important}
Note the word important
Then in order to work this call setRowData this way:
$(this).jqGrid('setRowData', rowId, false, 'mybold');
Best Regards
Tony,
That worked like a charm. Thanks for always finding time to reply. I really appreciate it. I think that has a lot to do with the success of the grid. Thanks again.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS