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 » Access the filter icon CExtGridCellHeaderFilter to change modify it Collapse All
Subject Author Date
Therese P May 7, 2010 - 10:35 AM

Hi,


I am looking to access the "funnel icon" for filtering in the grid. I need to modify it or even input my own icon. Is there a method (maybe in


CExtGridWnd) thats allows to input our own icon? Thanks

Technical Support May 7, 2010 - 12:14 PM

The CExtPaintManager::m_bmpFilterApplied and m_bmpFilterUnApplied properties are CExtBitmap objects containing icons you want to change. You can simply load your own bitmaps into these objects. Please note they will be reloaded on theme changing.

You can also override the CExtGridCellHeaderFilter::OnPaintButton() virtual method in your CExtGridCellHeaderFilter-derived class and completely repaint the fliter button like you need.