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 » Multi check box property grid cell Collapse All
Subject Author Date
Malcolm D Mar 29, 2007 - 7:12 PM

I would like to have a cell grid item (mainly for use in a property grid) which is a like a check list box,
so instead of having one check box, we have a list of check boxes. In this case the number of check boxes should be able to be set at runtime.

Thanks

Technical Support Mar 30, 2007 - 12:15 PM

Yes, at the moment you can only use the CExtGridCellCheckListComboBox cell. We plan to add a CExtGridCellCheckGroup cell soon, which implements a check group directly inside the cell.

Suhai Gyorgy Mar 30, 2007 - 2:18 AM

Have you checked the CheckComboBox column of the grid in Prof-UIS controls? It uses cells of CExtGridCellCheckListComboBox, I think that is what you need. If you call pCellCheckComboBox->ModifyStyle( __EGCS_NO_INPLACE_CONTROL );, doubleclicking the cell drops down the list of checkboxes.