Hi,
Are there any examples of an upload control with progress bar working from a edit template in a radgrid? I know that I have to disable AJAX to do this and have tried the two examples shown in the workarounds in the help. The first workaround using a conditionalPostback function doesn't seem to trigger the upload but does fire the Update event.
The second workaround uses a realPostBack javascript function to do the post back. That one works in as much as the file is uploaded but then once the postback occurs the Update event doesn't get fired.
As mentioned on the first line, a working example a custom template having both the upload and the progress bar as well as a custom update function on the server to process the file would be very useful.
I've found many posts on this but none seem to quite match my issue.
Regards,
Jon
Are there any examples of an upload control with progress bar working from a edit template in a radgrid? I know that I have to disable AJAX to do this and have tried the two examples shown in the workarounds in the help. The first workaround using a conditionalPostback function doesn't seem to trigger the upload but does fire the Update event.
The second workaround uses a realPostBack javascript function to do the post back. That one works in as much as the file is uploaded but then once the postback occurs the Update event doesn't get fired.
As mentioned on the first line, a working example a custom template having both the upload and the progress bar as well as a custom update function on the server to process the file would be very useful.
I've found many posts on this but none seem to quite match my issue.
Regards,
Jon