Grid batch mode keyboard navigation

Hello,


I'm trying to navigate with tab and enter inside a grid in batch mode. I've added CellSaved and CellSelected for loading lists inside some of the subordinate fields. In image "batch mode 1" you can select a Metal from a dropdown list, and after selection, Carats Dropdown will be loaded by filtering catars starting from the selected Metal.

In image "batch mode 2" you can see that MeausurementUnit column will be automatically set with grams.

Image "batch mode 3" is the result of trying to navigate to the next column by tab, Carat Cell is removed from the row and an exception is thronw, as you can see in text file "Exception".


I'm adding the razor page with the grid.


Can you please tell me how to fix keyboard navigation in batch mode while keeping these events?


Attachment: SyncFusion_ticket_9fabd997.zip

1 Reply

VN Vignesh Natarajan Syncfusion Team April 11, 2022 03:50 PM UTC

Hi Welol,


Thanks for contacting Syncfusion support.


Query: “Can you please tell me how to fix keyboard navigation in batch mode while keeping these events?


We have analyzed the reported issue by preparing a sample using your code example and we are unable to reproduce the reported issue (exception occur) at our end. And also in the second screenshot attached, we could not find the DropDownList component being rendered when defined in the EditTemplate tag of Carats.Description column. So the issue might have occurred due to the DropDownList component defined inside the Carats.Description column. So kindly ensure whether the reported issue due to that component.


Kindly refer to the below sample for your reference


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/GridWasm-1324915578.zip


Also, we are unable to face any keyboard navigation issues in the Grid component while preparing a sample of your code example. Kindly ensure to define the ID [. Needs to be replaced by ___ in the edit template.] property of the Editor component properly for the complex columns. If you are still facing the reported issue, kindly get back to us with details about the issue you are facing.


If possible try to reproduce the reported issue in the provided sample.


Regards,

Vignesh Natarajan


Loader.
Up arrow icon