ListGridField.canSort have no effect on filed.
Take smartclientSDK/isomorphic/system/reference/SmartClient_Explorer.html?skin=Enterprise#sort and try to modify first field as:
canSort:"false" has no effects.
Take smartclientSDK/isomorphic/system/reference/SmartClient_Explorer.html?skin=Enterprise#sort and try to modify first field as:
Code:
{name:"countryCode", canSort:"false", title:"Flag", width:50, type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"},
Comment