Hi,
I am trying to add new row to Datagrid by using In-line edit example and I adjusted it to my needs. I already have it on one page and it works but now I need it on another and it doesn't work. After clicking on the button to add row it opens it in edit mode but when I try to save it it disappears. I don't know what is the problem. I compared the code to the first page and I don't see a problem. I am not even saving anything to database. Code in InsertRow() and SaveRow() methods is the same as in the In-line edit example. Can someone help me?