Hello,
I am using Netadvantage 2010.1, and I am facing problem with the UltraGrid.
If i modify anything in the Template Add Row and I click back to an another row, a new row well be add in my ultragrid
this is the normal behavior.
what is ur problem?if you don't want to add new row use
UltraGrid1.DisplayLayout.Override.AllowAddNew = AllowAddNew.No;