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.
Hi, you could use the "beforeexiteditmode" event as described here:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1989
or the beforecellupdate event as described here:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1747
hth