Home › Forums › WinForms controls › Xceed Grid for WinForms › Validating cell input › Reply To: Validating cell input
Found the solution – thanks to <a href=”http://www.xceedsoft.com/Forums/ShowPost.aspx?PostID=679″>this thread</a>.
In the cells LeavingEdit event I need to set e.Cancel = True and in the cells ValidationError event I need to set e.CancelEdit = False.
Imported from legacy forums. Posted by TechnoTone (had 3095 views)