Hi there,
I have a question regarding datagridview in C#. I have done the validateion for the datagridview in the cellvalidating event. And for the error message to display in the specific cell that the validation is done I have to click on another place for the error message to display.
How can I make it when the datagridview value cell value is selected and then the error message display and the cursor is focused in to the same cell.
How can I do this…
thnxxxxxx