views:

594

answers:

1

I have a RadUpload in the edit template of a FormView. My desired behaviour is

  • Formview should open in ReadOnly Mode
  • On clicking the update button, a postback should occur

So the desired transition scheme is ReadOnly->Edit should be Ajaxified Edit->Readonly should be postback.

I have tried using this post, but I cannot access the update button in my script (as the formview opens in readonly mode).

Any idea how can i get my desired functionality

A: 

You can check this online help article which shows how to upload files when RadUpload is inside RadAjaxPanel.

korchev