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 » Text editing in CExtGridCellComboBox Collapse All
Subject Author Date
Paul Cowan Jun 12, 2009 - 10:07 AM

Hi


This there a grid cell combobox control that allows editing of the text as well as selecting from the drop-down list?  I’m looking for the same funactionaly as a standard Windows combo box in "Drop-down" mode, not "Drop-down list".


 

Technical Support Jun 12, 2009 - 1:41 PM

You should use the CExtGridCellComboBox class. It can be either a drop-down or drop-list combo box. Please take a look at the ComboBox column in the grid control on the Grid dialog page in the ProfUIS_Controls sample application. It contains different combo box grid cells. They are initialized in the CPageGrid::_InitColumnComboBox method.