Hello, thanks for your reply
The issue I’m having is not related to jqxGrid, since I’m able to use the feature with success in the normal jqxGrid (and that is pretty awesome indeed).
I want to reproduce the key/value dropdown (or combobox, it’s the same) in jqxTreeGrid, and for the moment I’m struggling without any success.
The second code part (initEditor) is in fact related to jqxTreeGrid initialization and it doesn’t work if I use the cellValue parameter to select the item. I already tried that. And that’s not the matter of my request.
What I’m unable to recreate is the final part: the row update (getEditorValue).
The field I’m editing needs to write in the grid the text and change the code in the database. I don’t need the text in the database since that string is the only thing I can change in the cell returning from the edit. If I pass the code, it writes into the cell and in the wrong json field.
The jqxgrid changes the string AND the code field related to the string.
How can I achieve this result?
Thanks again in advance for your help and support
Thanks