I am having incredible difficulty in getting the DataGrid to behave as expected with batch editing.
Using a sample app (attached) generated using the Syncfusion Blazor Template Studio, configured with
- Exporting - Excel Export
- Grouping
- Sorting
- Filtering - Excel
- Selection
- Reordering
- Paging
- Resizing
- Searching
- Checkbox Selection
- Editing - Batch
- Theme - Bootstrap v4
Tools
Microsoft Visual Studio Community 2019 Preview, Version 16.7.0 Preview 2.0
Syncfusion.Blazor 18.1.0.55
Google Chrome, Version 83.0.4103.61 (Official Build) (64-bit)
Steps
1. In DataGrid page, double click customer name, make no changes.
2. Press tab (same behaviour if I make an edit but the value is the same).
The Order Date field will be highlighted now as expected however the Customer field is now "undefined" instead of retaining the original value.
3. Press tab again.
The Freight field is highlighted however the Order Date field is still showing edit controls.
4. Press tab again.
The Freight Field is editing however the Order Date field is now "undefined" and smashed into the Customer Name field causing all the remaining fields to shift left around the Freight field.
There are many other scenarios where the grid does not function as expected.
Attachment:
Sample_47c7a7f6.zip