creates an editor in a cell
rowId | number | the row id |
columnId | number | the column id |
editorObject | object | an object with editor type and options (in case of richselect type) |
$$("ss1").setCellEditor(8,1,{ editor:"richselect", options:["One", "Two", "Three"]});
// or
$$("ss1").setCellEditor(8,2,{ editor:"richselect", options:"B3:B7" });
The editorObject parameter can have the following properties: