I am trying to add an editor to a cell, depending on the combo value selected in another cell.
consider there are 2 columns of Editor Grid, with one column a combo editor applied. If I select index 1, the column 2 adds a date editor, else a string editor.
Basically I am building a Query Builder, so
<column name> | <operator> | <value> | <AND/ OR>