Skip to content

igx-grid call (cellEdit) event on zero changes #12155

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

You must be logged in to vote

Hi @kevalgw,

As per our API documenting the cellEdit event here, it is fired after editing is completed, when the cell is exiting edit mode. Thus it cannot really be fired without an edit.

If you would like to execute some logic just before editing starts, I can suggest handling the cellEditEnter event, which is emitted when cell enters edit mode.

Since you mention validation, I believe you will also find our new Grid Editing and Validation features useful. You can read more about them in this topic in our documentation. This was introduced in Ignite UI for Angular version 14.1.0, so in order to take advantage of them your Ignite UI version has to be 14.1.0 or later.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kevalgw
Comment options

Answer selected by kevalgw
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