I'm looking at the demo 'Binary Images and Upload in Grid'. While in edit mode, if no file is selected, the validator will display "Please select file to be uploaded". What is the work around so that the UpdateCommand simply won't include the binaryimage field in the update? I'm really new to .Net and Telerik so I'll appreciate some sample code if possible. I just figure when user edits a record, if he doesn't select any new file to upload, I'd like to still update the rest of the record and leave the image field unchanged instead of forcing user to select a new file. I can't think of a way to do so. Any help would be appreciated.