Skip to content

While Switching Through Cells On switch between Editable Cells #2338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MalikSamiAwan opened this issue Apr 24, 2025 · 1 comment
Open
Labels
data grid Data grid component uncertain Uncertain feature waiting for customer response Cannot make further progress until the customer responds.

Comments

@MalikSamiAwan
Copy link

code.zip

Above is sample code that i am using to mimic what i actually want to achive:
Consider in the example attached/demo video only Name, Salary and Working hours are editable columns
and when i click enter/tab key i want to switch between these

same like enter should do top to bottom and tab should be doing left to right

finaldemo.mp4

It should only Switch Between Editable cells not readonly/noneditable cells
enter should act same top to bottom and tab should be left to right

@VijayakumarMariappan VijayakumarMariappan added data grid Data grid component open Open labels Apr 24, 2025
@abineshPalanisamy
Copy link

Hi @MalikSamiAwan ,

In SfDataGrid, when navigating using the keyboard, all cells receive focus as you move between them. Currently, there is no built-in support to restrict focus to specific columns or cell values (i.e., restricting the current cell).

In your scenario, you need to skip focus for certain columns and jump directly to the next editable cell.

To achieve this behavior, we would need an allowFocus feature to control focus behavior. Enabling this property on specific columns would skip focus for those cells and move directly to the next valid (editable) cell. Attempting to implement this behavior manually at the sample level could impact many use cases at the grid level.

As of now, SfDataGrid does not support the allowFocus functionality. However, we have already considered this request as a feature enhancement and plan to include it in a future release. We appreciate your patience and understanding. You can track the progress of this request through the feedback link.

Feedback - 66462

Regards,
Abinesh P

@ashok-kuvaraja ashok-kuvaraja added waiting for customer response Cannot make further progress until the customer responds. uncertain Uncertain feature and removed open Open labels Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data grid Data grid component uncertain Uncertain feature waiting for customer response Cannot make further progress until the customer responds.
Projects
None yet
Development

No branches or pull requests

4 participants