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 |
|
Bart Kampers
|
May 27, 2009 - 8:36 AM
|
Can anyone provide an example for filling m_arrStaticStringValues in a CExtGridCellHeaderFilter. The documentations directs me to the FormulaGrid example but I cannot find the usage of this feature in the code. Neither can I find a filtering drop-down when I run the example.
|
|
Technical Support
|
May 27, 2009 - 1:11 PM
|
The FormulaGrid sample is new in Prof-UIS 2.85 and related to the new CExtFormulaGridWnd control which is incompatible with filtering features of the CExtGridWnd generic plain grid control. Please take a look at the FilteredGrids sample. It uses the CExtGridWnd::UpdateStaticFilterValueForOuterRow() method for filling the CExtGridCellHeaderFilter::m_arrStaticStringValues string array.
|
|