i am using grouprenderer with following settings.
width: ‘99.8%’,
height:’96.4%’,
source: optDataAdapter,
theme: ‘custom’,
sortable: false,
columns: columns,
editable: true,
filterable:true,
altrows: true,
groupable: true,
groupsrenderer: groupsrenderer,
showgroupsheader:false,
showgroupmenuitems:false
i only have one column filterable.. so that columns shows small “filter” icon in column header.. but all other columns show that downward pointing arrow(default sort arrow).. even though its not sortable. when i click on that arrow noting happens.. (actually it tries to open filterPanel)
how can i hide those icons., so that it only appears on the column where i have filtertable:true
Thanks