Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syncfusionexamples/ej2-datagrid-core-editing-focus-clicked-cell

Focuses the clicked cell on normal editing
https://github.com/syncfusionexamples/ej2-datagrid-core-editing-focus-clicked-cell

aspnetcore core editing focus focus-clicked-cell focus-edited-cell grid normal-editing syncfusion-ej2

Last synced: 20 days ago
JSON representation

Focuses the clicked cell on normal editing

Awesome Lists containing this project

README

        

# ASP.NET CORE DataGrid - Editing Focus Clicked Cell

This sample explains about how to focus the clicked cell on normal editing. This is achieved by using the JavaScript’s focus method for focusing the clicked cell in the grid’s actionComplete event.

**Incident link**: https://www.syncfusion.com/support/directtrac/incidents/253102

## Prerequisites

* Visual Studio 2022

## How to run the project

* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.