Telerik Blazor version 1.5.0 Trial
Steps to reproduce:
- Open a page with a grid in incell edit mode, e.g. https://demos.telerik.com/blazor-ui/grid/editing-incell
- Put the cursor in the Name field of the first row and edit the just the Name field, do not click out of the cell or cause it to lose focus, do not edit any other cells first
- Press the Add button
- The grid will update the dataset and the edit you made is shown in the grid
- Press the Add button
- Enter the all of the data for the row, but do not press the row's 'Update' button
- Press the Add button again
- The new data you added is lost
This behaviour is inconsistent as the user is required to press the Update button to save a new row, but not to save changes for an existing row. Can the grid be made to retain the new row when the Add button is pressed (or can we have that option)?
I think the base issue here is that the new row isn't added automatically when the cell/row loses focus. The same issue therefore occurs if you press one of the page buttons at the bottom of the grid at step 3 instead.