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.
Subject |
Author |
Date |
|
Rado Manzela
|
Dec 4, 2008 - 3:18 PM
|
My grid window contains some editable CExtGridCellDateTime cells. I’ve added __EGWS_BSE_BUTTONS_IN_FOCUSED_ROW style to grid to see dropdown buttons of selected rows only.
Is it possible to set dropdown button of some datetime cell individually to be always visible?
It seems that cell->ModifyStyle(__EGCS_BUTTON_DROPDOWN ) does not help. Thank you
|
|
Technical Support
|
Dec 6, 2008 - 7:57 AM
|
The __EGWS_BSE_BUTTONS_IN_FOCUSED_ROW style displays grid cell buttons for the focused row. May be you meant the __EGWS_BSE_BUTTONS_IN_SELECTED_ROW style.
It’s not possible to make a particular grid cell displaying buttons persistently when other cells do not do the same. But the __EGWS_BSE_BUTTONS_IN_HOVERED_ROW style will display buttons of any grid cell under the mouse cursor.
|
|