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 » Notification in CExtGridCellCheckListComboBox Collapse All
Subject Author Date
Christoffer B Feb 28, 2007 - 7:38 AM

Hi,

Can you show some code regarding how I get notified when a user has selected(or cancelled) an item in the ComboBox?

Best Regards

Technical Support Feb 28, 2007 - 10:13 AM

There is an OnPopupListBoxItemClick() virtual method which is invoked each time the user changes the checked state (with the mouse or keyboard). So you can override this method in a CExtGridCellCheckListComboBox-derived class. Please note you should invoke the parent class’s method so the checked state can be changed properly.