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 » OnPgcInputComplete() - test whether value has changed Collapse All
Subject Author Date
Alastair Watts Feb 7, 2012 - 9:06 AM

Is it possible to test whether the value has changed in OnPgcInputComplete() ?

Alastair Watts Feb 10, 2012 - 12:15 AM

Thanks :)

Technical Support Feb 9, 2012 - 12:29 PM

No. This can be done in the CExtGridCell::OnInplaceControlTextInputVerify() and CExtGridWnd::OnGridCellInplaceControlTextInputVerify() virtual methods. There are a set of similar methods for other cell types available. You may need to create your own CExtPropertyGridWndCategorized-derived and CExtPropertyGridWndSorted-derived tree grid classes and instantiate them in the overriden CExtPropertyGridCtrl::OnPgcCreateGrids() virtual method. Your tree grids may implement the CExtGridWnd::OnGridCellInplaceControlTextInputVerify() virtual method.