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 » CExtGridCellDateTime with customized CExtDatePickerWnd Collapse All
Subject Author Date
Michael Clapp Apr 3, 2008 - 4:06 PM

Is it possible to have a CExtGridCellDateTime grid cell with a customized CExtDatePickerWnd pop up?

Technical Support Apr 8, 2008 - 1:04 PM

There is a virtual method OnQueryDatePickerStyle() in CExtGridCellDateTime. Default implementation returns a combination of CExtDatePickerWnd styles. You can override this method and set your own styles.