Is it possible have a format number as link in a cell with jqGrid? with two formatter number and link/showlink
colModel:[
{name:'Balance',index:'Balance',align:'right',formatter: 'showlink', sorttype:"float", summaryType:'sum', formatoptions:{thousandsSeparator:","}},...
Im trying to set Balance as link and still able to sum up with grouping
TIA