Hi,
I have this big grid in which a column is of “combo” type. I would like each line to have a different dataset in this combo (different options).
I tried using myGrid.getColumnCombo(2), but then every combo has the same dataset.
If possible, I would like to initialise this in a json.
Any ideas ?