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 |
|
Paolo Giustinoni
|
May 7, 2007 - 6:45 AM
|
How can I set a CExtGridCellBool cell read only? I tried with ModifyStyle (__EGCS_READ_ONLY | __EGCS_NO_INPLACE_CONTROL) without success.. I use 2.55 version of ProfUIS Controls..
Many thanks, Paolo
|
|
Suhai Gyorgy
|
May 8, 2007 - 1:29 AM
|
Try this: ModifyStyle( __EGCS_READ_ONLY | __EGCS_NO_INPLACE_CONTROL, __EGCS_BUTTON_DROPDOWN ); It worked for me in ProfUIS_Controls sample.
|
|