Dear Isomorphic,
The day is drawing to a close (or has closed alreday to be honoust). Almost done with my php WSDL server. Just the remove operations to implement.
Therefore the following question: I would like to add a delete button to each row. I tried the following (and a lot of things like it), but I cannot seem to get it right. Assistance would be appreciated.
Best Regards,
Arjan Mels
The day is drawing to a close (or has closed alreday to be honoust). Almost done with my php WSDL server. Just the remove operations to implement.
Therefore the following question: I would like to add a delete button to each row. I tried the following (and a lot of things like it), but I cannot seem to get it right. Assistance would be appreciated.
Code:
fields: [ { name: "_delete", title: "remove", canEdit: false, canSort:false, canGroupBy:false, canFilter:false, width:30, type: "image", imgURLPrefix: "[SKINIMG]/actions/", imgURLPostfix: ".png", displayField:"remove" } ]
Arjan Mels
Comment