Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mahesh on Oct 30, 2009 09:08
open dhtmlx forum
right side arrow to combox box inside grid

We are using dhtmlx cobmo box inside the grid. combo box inside the grid does not show the arrow on the right side ( it is the standard behavior ? ). we need to do to show the arrow right side to combo box in the grid, just like any standard combo box? Is it possible? any API? or configuration changes?



Answer posted by Alex (support) on Oct 30, 2009 09:30
If you use the latest grid version, try to define "combo_v" type instead of "combo" to show arrow:
...
grid.setColTypes("..,combo_v,...");