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 » How do I create a popup menu like 'Value Filters' in CExtGridCellHeaderFilter? Collapse All
Subject Author Date
Alastair Watts Jul 26, 2010 - 7:01 AM

Ideally I’d like to extend the existing CExtGridCellHeaderFilter popup menu to allow for the display of additional grid columns, otherwise I’m happy to display a new popup.


How do I create the list of items with check-boxes?


 


Thanks

Technical Support Jul 26, 2010 - 10:03 AM

The CExtPopupListBoxMenuWnd class implements popup menu containing list box control instead of menu items. This popup menu works via the set of the CExtPopupListBoxMenuWnd::m_pCb*** callback function pointers. I.e. check boxes are implemented as custom drawn part of list box items.