Hi,
When I use batch mode and edit templates on a grid, jumping between rows with ENTER key does not work correctly. I have to perform either a mouse click in the edit control or SHIFT TAB combination to give focus to the row edit control. This does not happen when I use default edition (without edit templates).
What can I do ?
Regards
Fred
Hi Frederic,
Greetings from Syncfusion support.
We have checked your query and we could not able to reproduce the reported issue at our end when using edit template with batch editing. We suggest you to check the reported issue after applying ID property for the custom component which is rendered inside the Edit Template. Kindly check the attached sample and code snippet for your reference.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorApp11887795196.zip
|
<GridColumn Field=@nameof(Order.CustomerID) HeaderText="Customer Name" Width="150"> <EditTemplate> <SfAutoComplete ID="CustomerID" TItem="Order" TValue="string" @bind-Value="@((context as Order).CustomerID)" DataSource="@Orders"> <AutoCompleteFieldSettings Value="CustomerID"></AutoCompleteFieldSettings> </SfAutoComplete> </EditTemplate> </GridColumn> |
If the reported issue still persist then kindly share the below details to validate the issue further from our end.
The above-requested details will be very helpful for us to validate the reported query at our end and provide the solution as early as possible.
Regards,
Monisha
Hi
My mistake!
I forgot to set an ID for the control. With an ID the problem does not occur.
Many thanks
Best regards
Fred
Hi Frederic,
Welcome.
Kindly get back to us if you have further queries. As always we will be happy to help you.
Regards,
Monisha