I have a column that is required. This validation is being done in CellValidating.
When I use "Clear Value" from the context menu, it sets e.Row.ErrorText correctly saying ".... is required.".
After I enter a value and commit it to the grid, e.Row.ErrorText is still saying the same thing.
What am I missing?
What is "Clear Value" really doing?
When I use "Clear Value" from the context menu, it sets e.Row.ErrorText correctly saying ".... is required.".
After I enter a value and commit it to the grid, e.Row.ErrorText is still saying the same thing.
What am I missing?
What is "Clear Value" really doing?