This question is locked. New answers and comments are not allowed.
I have a RADGridView in which rows can be added/deleted/edited with validation support. Whenever a validation fires on a cell, I am not able to come out of the cell and perform any action on the grid. I am able to access other controls on the same page other than any part of this grid, if I set my grid's ActionOnLostFocus property to "None". The last column in each row of my grid is a DynamicHyperlinkColumn which provides a "Delete" button to delete this row. So that if there are errors in a row and the user doesn't want to enter all valid values, he can simply delete this row with the help of "Delete" button. I cannot use the "Delete" button if there is any validation error in any of the cells.
Is there a way out to let the cell higlighted with red in case validation failure but at the same time allow access on other cells in the same grid??
Is there a way out to let the cell higlighted with red in case validation failure but at the same time allow access on other cells in the same grid??