Validate datagridview cell values
I have a data grid view that my user can edit and add new lines
This is my grid:
Quantity | Item | unit price | price
The column quantity needs to be a number
Is there a way to automatic validate the cell value or do I have to do it manually?
I sent a print from the visual studio format string dialog from the cellstyle builder, but does not work, as expected lol
2 Replies
afaik gui has just basic validation, like maskedtextbox, and basically you have to do it by hand
Well, that sucks
thanks
If someone else know anything that could help
Pls