Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Selecting item in CExtGridCellComboBox Collapse All
Subject Author Date
Paul Cowan Dec 3, 2007 - 12:39 PM

In v2.81 history you say "Improved the CExtGridCellComboBox so now when the user is typing a letter in the combo box grid cell, the first item in the combo list whose text begins with this letter will be selected." This works, however if the user types a letter that is not the beginning letter of an item in the combo, such as space, the letter is displayed in the combo. In the standard combo, nothing happens when typing an unused letter.

Paul Cowan Dec 4, 2007 - 11:54 AM

That fixed it, thanks

Technical Support Dec 4, 2007 - 11:01 AM

It seems you are talking about the combo box whose in-place editor is turned on. You can turned it off to get the desired behavior

pCellComboBox->ModifyStyle( __EGCS_NO_INPLACE_CONTROL );
Now the user can only select items from the list. If it is not what you are looking for, please let us know.