When checked some grid's item and selected Delete in the combo, it has to be showed a dialog asking for a confirmation of the action.
It would be preferred to add a parameter in IndexController like 'askConfirmation' than to hardcode in the view some kind of 'if (action=='delete').
Log in to post a comment.
It would be preferred to add a parameter in IndexController like 'askConfirmation' than to hardcode in the view some kind of 'if (action=='delete').