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 General Discussion » ComboBox inside a GridCell Collapse All
Subject Author Date
Anders Eriksson Apr 7, 2005 - 1:58 PM

I’m trying to build a property window.


I have been looking at the simplegrid sample to see how to implement a combobox inside a cell and that is working fine but I can figure out how I should know when I have selected somthing from the combobox.


I have tryed to overide alot of functions to get a event when I have selected somthing in the combobox but I’m still stuck!


/Anders E.

Anders Eriksson Apr 8, 2005 - 1:31 AM

It would be great to have a working CExtGridCellComboBox class!!!


/Anders E.

Technical Support Apr 8, 2005 - 3:52 AM

Create a cell-derived class and override the OnPopupListBoxSelEndOK virtual method, which is called to handle the final item selection changed event of the list box control in the pop-up menu tracked by the built-in button. The method should return true if the cell object handles the event. The default implementation always returns false.

Please note that we also plan to implement the property control based on our grid. It may be available in the next major release.

Technical Support Apr 8, 2005 - 11:47 AM

Well, we will code the CExtGridCellComboBox class within a few days. It will be available in the next intermediate release or on your request (if you are a registered user).