DhtmlxCombo in DhtmlxGrid

Is there any example??
And it can get the post-back value?
I can not find the example code…

dhtmlx.com/docs/products/dht … combo.html

“combo” eXcell type is available in PRO version only.

Why is it not like normal combobox?
I want it show “V” in right side.

All combo boxed in grid doesn’t have “V” sign. If you need it you can implement custom eXcell type docs.dhtmlx.com/doku.php?id=dhtm … creation&s[]=custom&s[]=excell

Err…
Where is the example of eXcell_coro??

coro excell is one of predefined ones, its code stored in dhtmlxgridcell.js
You can create your custom cell type - but you will need to define how cell looks in normal and edit state - to define custom look of element.