Skip to content
Discussion options

You must be logged in to vote

Hi @Ugla-Bugla,

I have been looking into your question, and what I can say is that for the keyboard navigation to continue working as expected, the cell needs to be activated, i.e., to indicate that it is currently active/focused.

I suggest using the IgxGrid navigateTo method and doubleClick event. The navigateTo method navigates to a position in the grid based on the provided row index and visible column index, and custom logic can be executed over the target element (cell) via a callback function.

Additionally, the doubleClick event is fired when a cell is double-clicked, regardless of being in edit mode or not.

Having the abovementioned in mind, the custom logic can look similar to the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ugla-Bugla
Comment options

Answer selected by Ugla-Bugla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment