Hi,
I'm trying to capture the user editing the data and leaving the Rad grid row with out saving it. So, I'm showing a prompt box in RadGridView_RowValidating to save the row or not. In order to get the response from the prompt box i need to write the rest of the logic in the MessageBoxCloseDelegate(methodname) for taking action depending on the messagebox result.
We dealt with the same situation on Calendar and we found DeleteAppointment command for Appointment Deleting using commands and re-executing the same Appointment Deleting event. So, do you have any commands for RowValidating in GridView like the DeleteAppointment for Calendar? I didn't see any direct commands except CancelRowEdit which is close. If I can achieve what I'm doing with CellEditEnded event then when exactly does this event get fired?
Please Let me know.
Thanks,
Ram.
I'm trying to capture the user editing the data and leaving the Rad grid row with out saving it. So, I'm showing a prompt box in RadGridView_RowValidating to save the row or not. In order to get the response from the prompt box i need to write the rest of the logic in the MessageBoxCloseDelegate(methodname) for taking action depending on the messagebox result.
We dealt with the same situation on Calendar and we found DeleteAppointment command for Appointment Deleting using commands and re-executing the same Appointment Deleting event. So, do you have any commands for RowValidating in GridView like the DeleteAppointment for Calendar? I didn't see any direct commands except CancelRowEdit which is close. If I can achieve what I'm doing with CellEditEnded event then when exactly does this event get fired?
Please Let me know.
Thanks,
Ram.