Posted 1 March 2018, 2:04 pm EST
Hi,
I’m using flexgrid and its event formatitem to change the text of a cell.
In this example, I’m simply setting “aaaa” in all the cells.
http://jsfiddle.net/pirobox/LLhe4d8x/2/
the problem is that the cell is no more editable. I mean, if I double click in it, text moves slightly but nothing actually happens.
So, my question is, am I using the right approach? With the FormatItem event, should I be able to change the content of a cell and continue editing it?
If no, which approach should I use? Would a CellFactory work better? Is there any example of this?
regards, Andrea