Adding a new row at a Grid has a little bug it seems like, if you use the insert row.
How to reproduce it:
- Set ShowInsertRow="True" at the RadGridView
- Start setting some values at the row (don't add the data by pressing enter or reaching the end of line!)
- Click somewhere else eg. another row.
- Try to finish adding the data
- The row won't disappear and let you add another row
The important step is that you leave the insert row before the data gets added by pressing somewhere else.
How to reproduce it:
- Set ShowInsertRow="True" at the RadGridView
- Start setting some values at the row (don't add the data by pressing enter or reaching the end of line!)
- Click somewhere else eg. another row.
- Try to finish adding the data
- The row won't disappear and let you add another row
The important step is that you leave the insert row before the data gets added by pressing somewhere else.