If retry of failed upload successful, the upload still has error styling applied. How do we "refresh" the list item with appropriate styling? See screenshot attached.
Relevant code:
​
Relevant code:
<input name="files" id="files" type="file" />$("#files").kendoUpload({ async: { saveUrl: "/Referral/UploadAttachment", removeUrl: "/Referral/DeleteAttachment", autoUpload: true }, error: onError, upload: onUpload, remove: onRemove});​