Selected text not showing in grid combo

Hi,

I am using v.2.5 build 91111, implementing a “dropdown Arrow” in a grid based combo box by defining the type as 'combo_v". The control is loaded using xml. This is the line that defines the type of combo:

vehicle_Str = “<cell title=”"" & Resources.MST8Global.TT_ClickToSelectVehicle & “”" type="“combo_v”" colspan="“2"” style="“text-align:center;font-weight:bold;”" xmlcontent="“1"”>"

The grid is displayed inside a DHTLMX layout.

When the combo is loaded all the values are visibile in the dropdown. If I select a value that contains too many characters to display in the visible cell area, all the characters disappear (in other words the returned value in blank) once the combo is clicked. If I drag the layout to increase the visible area the text reappears. If I drag to decrease the visible area the tet will disappear again.

Now here is the catch, if I change the combo type from “combo_v” to “combo”, the text is always visible, even when the visible cell size is decreased the characters are still displayed starting from the left character, displaying as many characters as possible.

The “combo” option is returning the expected results. Does anyone have any ideas as to what I can do to get the “combo_v” to return the same results as the “combo” option.

Many Thanks

Rory

Hi,

we have reproduced the problem locally. Possibly we could find a workaround… Please create a ticket at support page for customers (support.dhtmlx.com/) or send the complete demo (with grid and combo libraries that you use) to support at (@) dhtmlx.com