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 » About CellComboBox Collapse All
Subject Author Date
tera t Apr 16, 2008 - 11:34 PM

Hello.


In CellComboBox, I want to perform numerical value notation such as CellNumber.

Please teach the method that is good for me.


Technical Support Apr 18, 2008 - 6:41 AM

The CExtGridCellComboBox class is based on CExtGridCellString, so you cannot use numerical features provided by CExtGridCellNumber. The only way is to use CExtGridCellNumber with a drop-down button and drop-down list box which you should implement manually. You can see how it is done in the SimpleGrids sample, whichshould help you to figure out how to implement combo box features even for a very base cell class like CExtGridCell.