I have a table that needs validation and the data is inserted from grid.When user tries to insert a new row without posting it (for example by pressing ctrl-n) validatewrite gets posted and and it tries to validate the empty row, which of course returns errors with out even inputting data.How can I make sure that validatewrite methods runs AFTER the user posts the data?
↧