0

I have a RadUpload in the edit template of a FormView. My desired behavior 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 a 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

Arun Bertil
  • 4,598
  • 4
  • 33
  • 59
Midhat
  • 17,454
  • 22
  • 87
  • 114

1 Answers1

0

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

Atanas Korchev
  • 30,562
  • 8
  • 59
  • 93