#109697
Catdoken
Participant

Thanks for the reply.

I will give that a shot, but will that make the cell readonly such that the user can’t double click and see the cursor?

The example given is for Table rather than Grid; in my original post I used table once to describe grid, my mistake. Grid has onBeginEdit and it looks the same. I am utilizing Anulgar so its an EventEmitter where event.preventDefault() is supposed to halt an edit.

 

Edit:

I got this to work. What I ended up doing was set the readonly property of the cell to true/false. I tried this last week and it did not work but that was because I was using addEventListener instead of using onBeginEdit EventEmitter.

Thanks!

  • This reply was modified 6 months, 1 week ago by Catdoken.