6
votes

In Wpf DataGrid in the bottom there is an "blank new row" for adding new row. enter image description here

When I start adding new row (typing in "blank new row") the blank new row disappears enter image description here
So in order to start adding new row I need Tab Of(lost focus) from current row.

How to make "empty new row" appear in the bottom when I'm adding new row?

1
This wouldn't make sense. I think the philosophy is that when the user starts adding a new row, they will fill out all of the necessary fields on that row before continuing to the next row. What are your design requirements here?Mike Eason
@MikeEason As soon as the new row enters edit mode another new row should appear. The use case is that when I am entering data in a new row, I want to be able to click off of the current "new row" into a new "new row". Does that make sense?Daler

1 Answers

0
votes

Set CanUserAddRows property of Datagrid to True