I using a Gridview control bound to a collection. I triggered the Addnew() by clicking on an empty row at the bottom. The Addnew() event fire and the line is added to the grid, but the grid in not updated, meaning that even though the column I have set the value of is visable, the row is not in a edited mode since the grid doesn't show the edit symbol at the row, and if a then save the collection, it recieve an error. But it a simply click in a cell on that row, enter a value and tab out of the cell the row is then in edited mode and a save will work. I am trying to get it so that a row added by clicking in the datagrid to add a new row will put a sequencial line number in a cell of the row and the row will be saveable with out any more user interaction.
Richard Young