Skip to content

Focuses the clicked cell on normal editing when frozen columns are present in the grid

Notifications You must be signed in to change notification settings

SyncfusionExamples/EJ2-DataGrid-Core-Editing-FrozenColumns-focus-clicked-cell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.