Menu

#759 different behaviour between combobox and grid's combobox

v_7.0
closed-fixed
5
2013-12-29
2013-12-29
KEP-DIGITAL
No

translated from German board:

control: combobox
property: style = 0 – combobox

a new text value is written to the build-in textbox, which is not member of the the combobox list. When clicking into the textbox again after leaving focus, the text is still in the textbox and completely selected.

control: grid
property: cellstyle = 36 – textcombobox

a new text value is written to the build-in textbox, which is not member of the the cellcombobox list. When clicking into the textbox again after leaving focus and no changes are made, the build-in textbox will get purged and will not come back after changing focus again (note: only, if the text is not member of the cellcomboboxlist).

Is there a chance to make the grid's behaviour even to the combobox' behaviour that means that the cell content will be kept and highlighted when the build-in textbox is getting activated?

Discussion

  • Owen Wengerd

    Owen Wengerd - 2013-12-29
    • status: open --> closed-fixed
    • assigned_to: Owen Wengerd
     
  • Owen Wengerd

    Owen Wengerd - 2013-12-29

    This is now fixed for the next build. Actually the current value is not added to the combo dropdown list automatically (however it could be added manually in an event handler), but it does remain in the edit control of the combo box.

     

Log in to post a comment.