i wanna hide image column when showing table, but it will show when i open edit dialog, and also, i wanna upload picture in edit dialog.so, what should i do? oh, yeap, i got a json string from my server contain a field which is url to display image.
my colModel setting(part of it):
{
name:'operating_license',
index:'operating_license',
width:60,
hidden: false,
editable: true,
sortable: true,
edittype: "image"
}
any help will be appreciate