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 |
|
Offer Har
|
Jan 12, 2009 - 8:26 AM
|
I have a CExtGridCellDateTime cell, and when the drop-down is clicked, there are two buttons - Today and None. I need to remove the None. How do I do it? Thanks, Ron.
|
|
Technical Support
|
Jan 13, 2009 - 4:33 AM
|
You should override the CExtGridCellDateTime::OnQueryDatePickerStyle() virtual method in your CExtGridCellDateTime -derived class and return required __EDPWS_*** date picker styles.
|
|