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 » CExtReportGridWnd question Collapse All
Subject Author Date
Itay Shahaf Feb 17, 2008 - 8:23 AM

Hi,

I’ve got a CExtReportGridWnd with a column of check boxes. I want to let the user an option to check / uncheck all the check boxes with one click. Is there an elegant way for doing such thing or should I stay with my for loop ?

Thanks, Itay.

Technical Support Feb 18, 2008 - 3:21 AM

At the moment all the grids (CExtGridWnd, CExtTreeGridWnd, CExtReportGridWnd and CExtPropertyGridCtrl) process check box setting when the VK_SPACE key is pressed and only the check box state of focused grid cell is changed. We can assume your question as a feature request and implement several styles affecting the behavior of the grid cells with check boxes in the grid window when the VK_SPACE key is pressed. But the current version requires manual handling of this situation if you want to work with more than one grid cell having a check box.