You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a grid where you can dynamically make 2 of the columns editable (where they were originally non-editable), and then editable->non-editable, programatically.
I am not sure that cell edit is dynamically available - I think it currently is set once upon grid initialisation - so you'd need to repaint the grid to give this effect.
Hi all,
I'm trying to create a grid where you can dynamically make 2 of the columns editable (where they were originally non-editable), and then editable->non-editable, programatically.
This is the tutorial I'm trying to follow:
http://ui-grid.info/docs/#/tutorial/113_adding_and_removing_columns
However, I am still unable to toggle a column from read-only to editable (and vice-versa)
Here's the method I wrote to try and get this working (method to toggle this):
I call this toggling method from the method I use to add new rows, and on the afterCellEdit callback (under certain circumstances).
It looks like this:
Is something missing in the tutorial (a callback I need to implement)? Of this is not supported for CELL event?
The text was updated successfully, but these errors were encountered: