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