When displaying a combo box in a grid, it is not obvious to a user, that the cell is a combo box. Is there any way to give the cell the look-n-feell of a HTML like combo box.
Thanks
This is feature of grid, that cells in normal state shown as a plain HTML
The behavior can be changed only by code modification, you can adjust code of setValue method in related excell object , so it will render data in necessary way.