hi all,
i am using the template fixed addonrow at top ....... the problem is whenever user input partial data ..the row gets added to the existing collections ... i want to prevent this plz help out ..
Hi,
I recommend using the BeforeRowUpdate event to validate the row and make sure all the neccesary fields are filled in. If they are not, you can set e.Cancel to true to cancel the update.
but mike ...the empty row gets added to the collection of existing rows a... any wasy to prevent this