Accessing CORO Elements

Iam using grid v1.6 and i have a coro defined in my grid as follows:



Name

John

Sam

Smith

Cody

Tony





Now when the user selects a name from the coro i dont want the name to be availiable again to the user. For example if i select the name “John” in the first row. I dont want John to be availiable as an option in the second row. How can I achieve this?

Next code can be used to delete option from select’s collection

mygrid.getCombo(index).remove(14);

dhtmlx.com/docs/products/dhtmlxG … _selectbox

In your case it has sense to place such code in onEditCell handler, stage 2 of which generated when value selected and receives new value of cell.