Skip to content

IGX-grid uncontrollable edit event #12218

Answered by georgianastasov
kevalgw asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @kevalgw,

Since it's not mentioned I'm not too sure if you're using cell editing or row editing mode.

In cell editing mode you will have a boolean flag to check if a cell is currently being edited or not, you will also have a row index variable and a variable to hold the cell being edited. You will handle the cellEditEnter event of the grid and when it fires, you will check whether a cell is currently being edited or not, if it is not being edited, the flag will be set to true, the index of the given row and the cell being edited will be taken. In the other case, when the event is executed and a given cell is currently being edited, it will be checked whether the index of the row th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by georgianastasov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants