I am using a Usercontrol to edit records in an Ajaxified RadGrid. I have used javascript code to force fullpostback when the RadUpload is used. However, on the server side, the control is always empty. Is this scenario possible and supported?
Jean
3 Answers, 1 is accepted
0
Andrey
Telerik team
answered on 23 Mar 2012, 07:47 AM
Hello,
You could check this online demo for sample implementation of similar approach.
Kind regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
This example does not use a Usercontrol to edit the grid records. The RadUploader is in the EditTemplate. I have tried to adapt this approach with the RadUploader in a separate ASCX with no success. Any other suggestion?
0
Andrey
Telerik team
answered on 27 Mar 2012, 12:18 PM
Hello,
I will need to see your code before giving you further directions, your RadGrid declaration along with the respective event handlers and the user control declaration will be a good start.
It will be best if you strip down a runnable version of your project and send it to us for test/debug purposes. Thus we will replicate the issue a lot faster and we will be able to provide you with solution in less time.
Greetings,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.