I tried to replace jqgrid default delete icon in toolbar and in actions column with minus sign using
$.extend($.jgrid.del, {
delicon: 'ui-icon-minusthick'
}
);
but default icon (trash is still shown). How to replace it with minus sign ?
You should use
to change “Delete” icon of the navigator.
To change “Delete” icon of the formatter “actions” you have to do something like the following
See the demo: