cell combo in grid

Please can you tell me what the ‘xmlcontent = “1”’ mean when setting up a cell combo (not column combo) in a grid. What other values can it have other than 1?

Thanks

“xmlcontent” attribute means than combo options can be defined directly in the grid xml .
It can be “1” or “0”.

Thanks for your reply. For a Cell combo can I set it to 0 and then load options via XML like following:

myCombo = grid.cells(rowId,cellIndex).getCellCombo();
myCombo.loadXML(“some URL”);

Thanks again for your help.

No, it not possible to do with coro and co eXcell types. Loading options from external xml file is supported only for “combo” eXCell type.