Hi
Same grid as last post.
When we hit the add row button (from the template at the bottom of the grid) a nice new row appears with no data. Trouble is, if I hit the update button (nothing to do with the grid) it allows the row to be empty.
How do I trap for empty rows before the update?
Thanks
Jerry
Hi Jerry,
I would probably use the BeforeRowUpdate event and examine the cell values. You can cancel the event if there is nothing in it.