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;
thanks for the suggestion Hady :)
My problem, when I modify anything In the first row and I click back to an another well be created!
My problem, when I modify anything In the first row and I click back to an another a new row well be created!
Hi,
I don't understand what you are asking. If a user edits the TemplateAddRow and leaves the row, then that row is committed to the data source.
That's the whole point of having a TemplateAddRow - to allow the user to add new rows to the grid.
Are you saying that when a user edits a TemplateAddRow and then leaves that row that you want the users changes to be discarded? That doesn't make any sense.
thank you Mike for your suggestion, I uploaded a video in my profile describe the problem,
please can you see it?