What is the best way to let the user click a row in the grid to see/modify the information related to the row (in a separate form), but still give the user the ability to cancel the action.
Here is the scenario:
1) The user click a row to display a detail form
2) The user modify the content
3) The user click a different row
4) The system warn the user that changes have been made and those changes will be lost if he decide to continue
5) The user decide to cancel the action
6) The postback does not occur.
Currently, if EnablePostBackOnRowClick is true, the action cannot be cancelled.
What are the other options to achieve the goal.
Thanks,
Hugues
Here is the scenario:
1) The user click a row to display a detail form
2) The user modify the content
3) The user click a different row
4) The system warn the user that changes have been made and those changes will be lost if he decide to continue
5) The user decide to cancel the action
6) The postback does not occur.
Currently, if EnablePostBackOnRowClick is true, the action cannot be cancelled.
What are the other options to achieve the goal.
Thanks,
Hugues