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 » CExtGridCellInplaceSlider and Cell Multiple select Collapse All
Subject Author Date
David Skok Aug 28, 2007 - 2:40 PM

My app uses a CExtGridWnd populated with CExtGridCellInplaceSlider cells. I allow multiple select using __EGBS_SFM_CELLS_V. I am not able to select multiple cells using the mouse with Shift or Control keys over CExtGridCellInplaceSlider type cells. How can I fix this?

You can easily verify this by setting the style to __EGBS_SFM_CELLS_V in ProfUIS_Controls/grid sample. I notice in the sample that multiple selection works for this type of cell if it is set to read only.

Technical Support Aug 29, 2007 - 12:54 PM

Selections in the CExtGridWnd control are described by an array of rectangles. There is a style specified with __EGBS_SFM_CELLS_V that allows you to select one rectangular selection area which can contain more than one cell in the vertical direction. If you want to select multiple areas, you should additionally apply __EGBS_MULTI_AREA_SELECTION. The Ctrl and Shift keys should work with the style __EGBS_SFM_CELLS_V and with/without __EGBS_MULTI_AREA_SELECTION. You can send us a modified version of our sample application so we can figure out what is wrong.