I'm trying to use a rad window as an input form to add and update categories. I'm using the new Content Template to define my form instead of loading an external page.
The following is what I'm trying to achieve:
The following is what I'm trying to achieve:
- 100% Ajax - No flickering
- Ability to retrieve the value of a textbox via server side code
- Ability to close the window after saving or canceling
- Ability to reopen window to add / edit additional data after closing window
- Ability to set the value of a textbox in the form when editing
Currently the following works:
- Retrieve the value of a textbox via server side code
- Can close the window if content template does not contain a Rad Ajax Panel. (Rad Ajax Panel is the only way I have found to prevent screen flicker when clicking Save / Cancel buttons)
- If window is closed, clicking button to reopen it does not work
Any advice, help, sample code would be appreciated.
Thanks,
Lonnie