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 Tech Support » Never got answer... Collapse All
Subject Author Date
Offer Har Jan 24, 2009 - 8:05 AM
Technical Support Jan 26, 2009 - 11:36 AM

The CExtGridCellDateTime generates cell text in the CExtGridCellDateTime::TextGet() virtual method which formats date/time using Windows locale settings. You should override this method if you have some specific date/time formatting rules.

Offer Har Jan 26, 2009 - 11:55 AM

What abou the in-place editor?

Technical Support Jan 26, 2009 - 12:03 PM

The in-place editor is created in the CExtGridCellDateTime::OnInplaceControlCreate() virtual method. You can override it and return your CExtGridInplaceDateTime-derived object which implements the CExtDurationWnd::OnInitializeItemsArray() virtual method.