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 » problem using __EGWS_BSE_BUTTONS_IN_HOVERED_CELL + CExtGridCellHeaderFilter Collapse All
Subject Author Date
Borremans Pierre Mar 9, 2010 - 6:16 AM

I use a grid with cell header filter and in a row CExtGridCellComboBox.


I want to show the combobox only when the cursor is over and always show the filter button in the header.


If I use this line :


m_wndGrid.BseModifyStyle( __EGWS_BSE_SORT_COLUMNS |  __EGWS_BSE_BUTTONS_IN_HOVERED_CELL, 0, false);


The combobox in the cell and the filter in the column header are visible


If I use this line :


m_wndGrid.BseModifyStyle( __EGWS_BSE_SORT_COLUMNS |  __EGWS_BSE_BUTTONS_IN_HOVERED_CELL, _EGWS_BSE_BUTTONS_PERSISTENT, false);


The combobox in the cell and the filter in the column header are  not visible.


 


Thanks for your help

Technical Support Mar 9, 2010 - 11:26 AM

Did you try to enable the hover events for outer header cells? This can be done with the wndGrid.HoverEventsSet( true, true ); code.