Hi, I can not get ICONS to work with RESTDATASOURCE in a dynamicForm, picture is not shown and click is not working when using a field from the datasource, if I change name: to something else not included in the REST datasource it works fine.
I am using SmartClient_v82p_2012-05-08_Pro
/Johan
Code:
{name:"NiceRef", title:"Referens", canEdit:false, icons: [{src: "actions/refresh.png", click: "alert(12)"}]},
/Johan