Hi Cesar,
Greetings from Syncfusion support.
Based on your query, when you add a new record and press
enter key without entering the required field values, the validation messages
are not shown. In batch edit mode, the EJ2 Grid is designed to render the edit
form for only the currently active cell. This is because batch editing operates
on a cell-by-cell basis, rather than editing the entire row at once. When a new
row is added, only the first cell enters edit mode initially. If the required
fields in other cells are left empty and the user presses the Enter key, the
grid will validate only the cell that is currently being edited.
If the value in the active cell satisfies the defined
validation rules, the grid will proceed to move the focus to the cell below. If
the next cell is editable, it will enter edit mode; otherwise, the focus will
simply shift without triggering validation on other cells in the current row.
As a result, validation messages for other required fields may not appear
immediately during this step-by-step editing process.
However, once the user completes the batch edit and clicks
the Update button to save all changes, the grid performs validation. If any
cell fails to meet its validation criteria, the grid will immediately display
the error message for that cell, preventing the update from proceeding until
the valid values are entered. This is the default behavior of the EJ2 Grid
Batch Editing.
Regards,
Rajapandi
R