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