Hi Telerik Support Team,
I am working with the radupload control separate from a rad grid control on the same web page. On the grid I have delete and a edit image buttons.
For the RadProgress Manager I have OnClientSubmitting="OnClientSubmitHandler"
In the OnClientSubmitHandler I check the values of the custom fields, before allowing the file to be saved to the database and the file server.
I understand that the upload functionality requires a postback to complete the process. It seems the OnClientSubmitHandler, is called for any submit. I need my grid delete and edit buttons to postback to the server without conflicting with the RadProgress Manager and not call the OnClientSubmitHandler function. Any help would be appreciated.
I did look at your on line example I am still not able to get past this...
Thank you in advance for help
~Julie
I am working with the radupload control separate from a rad grid control on the same web page. On the grid I have delete and a edit image buttons.
For the RadProgress Manager I have OnClientSubmitting="OnClientSubmitHandler"
In the OnClientSubmitHandler I check the values of the custom fields, before allowing the file to be saved to the database and the file server.
I understand that the upload functionality requires a postback to complete the process. It seems the OnClientSubmitHandler, is called for any submit. I need my grid delete and edit buttons to postback to the server without conflicting with the RadProgress Manager and not call the OnClientSubmitHandler function. Any help would be appreciated.
I did look at your on line example I am still not able to get past this...
Thank you in advance for help
~Julie