<sjg:gridColumn name="campaignCreatives" jsonmap="
function(obj){
return obj.campaignCreatives;
}"
index="campaignCreatives"
title="Creatives"
editable="true"
edittype="select"
sortable="true"
editoptions="{
dataUrl:'%{creativeSelect}',
multiple:true
}"/>
Here campaignCreatives
is a list attibute and I'm trying to display in a column.
I'm trying to call a function on jsonmap but its not working, so if anybody please can tell me how to call a function on jsonmap property of a jquery grid column in struts2-jquery-grid
.