JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Define individual cell readonly property › Reply To: Define individual cell readonly property
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 8 months ago by Catdoken.