I am using a RadGrid with a UserControl as my EditForm. I am doing some complicated custom validation when the ItemCommand is called on Update (e.CommandName = "Update") when a btn is clicked in the UserControl. I cannot use regular validation via one of the standard .net validation controls. My problem is that when my custom validation process is complete after the btn is clicked, I do not know how to keep the RadGrid in Edit mode with the UserControl / EditForm still exposed. I want to essentially keep the UserControl with the user's initial edits open with instructions for the custom validation, while being able to postback to do server validation.
How do I return to Edit mode within the ItemCommand event for CommandName == "Update"?
How do I return to Edit mode within the ItemCommand event for CommandName == "Update"?