DhtmlxGrid : how to configure celltype "clist " using xml an

DhtmlxGrid : how to configure celltype "clist " using xml and for 1 cell in the record?

Can be configured similar to co|coro collections
dhtmlx.com/docs/products/dhtmlxG … _selectbox



some
some
firstfirstsecond
some



i have added following line in my xml

exceptiontest.intALLfirstsecond


but it is showing   cell value as --[object Element]

is there any extra setting (enable/desable) requied ?
is there any .js file need to include?

i am attaching here my html and xml file

newtest1.html.zip (1.49 KB)
newtest1.xml.zip (501 Bytes)

but it is showing cell value as --[object Element]
Just provide some initial value as

in case of empty cell
first // <= there is a whitespace between cell and first option tag
in case of cell with some value
firstfirst // <= there is a whitespace between cell and first option tag

by the way, in case of clist column type option@value has not sense, only labels will be used