When adding a row to a datagrid it should be displayed.
When a user clicks ADD ROW on a datagrid, the newly added row is added to the end of the table (it seems). Because pagination could be happening, the newly added row is not necessarily displayed to the user. This is very confusing to users.
I'm not sure what the best behavior is...but it seems to me that the easiest solution would be to add the row to the beginning of the table.
Of course, that doesn't help the user if they have paged at all, but I think it's a more likely scenario.
Additionally, a popup note to notify the user that they have added a row to the beginning or end could help them find it. MIght be worth consulting a few customers to see what could work.
1
vote
michael coughlin
shared this idea