Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/ej2-datagrid-core-editing-frozencolumns-focus-clicked-cell
Focuses the clicked cell on normal editing when frozen columns are present in the grid
https://github.com/syncfusionexamples/ej2-datagrid-core-editing-frozencolumns-focus-clicked-cell
aspnetcore core editing focus-clicked-cell focus-edited-cell frozen-columns grid normal-editing syncfusion-ej2
Last synced: about 1 month ago
JSON representation
Focuses the clicked cell on normal editing when frozen columns are present in the grid
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-datagrid-core-editing-frozencolumns-focus-clicked-cell
- Owner: SyncfusionExamples
- Created: 2019-11-27T12:45:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:57:30.000Z (6 months ago)
- Last Synced: 2024-08-01T07:38:28.791Z (6 months ago)
- Topics: aspnetcore, core, editing, focus-clicked-cell, focus-edited-cell, frozen-columns, grid, normal-editing, syncfusion-ej2
- Language: HTML
- Size: 515 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET CORE DataGrid - Editing FrozenColumns Focus Clicked Cell
This sample explains about how to focus the clicked cell on normal editing when frozen columns are present in the grid. 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.