R
Rob Petersen
I have a datagrid with an Edit/Update column. Instead of editing records "in
place" I'd like to do so in a separate popup window because there is a lot
of validation, business rules and dynamic controls.
What is the best way to launch a popup window (preferably modal) and then
refresh the parent datagrid if the user presses a "Save and Close" button in
the popup?
Are there any caveats regarding popup security or updating a parent grid
using client-side script?
Thanks.
place" I'd like to do so in a separate popup window because there is a lot
of validation, business rules and dynamic controls.
What is the best way to launch a popup window (preferably modal) and then
refresh the parent datagrid if the user presses a "Save and Close" button in
the popup?
Are there any caveats regarding popup security or updating a parent grid
using client-side script?
Thanks.