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 » Case insensitive Text Filters Collapse All
Subject Author Date
Eric Houvenaghel Oct 9, 2009 - 7:58 AM

Hi


How can I make the Text Filters in  the report grid case insensitive?


 

Eric Houvenaghel Oct 13, 2009 - 10:04 AM

Thanks.


 

Technical Support Oct 10, 2009 - 5:10 AM

The CExtGridCellHeaderFilter::OnQueryTextValueFilteredStateTF() virtual method checks the text filters. The CExtGridCellHeaderFilter::OnQueryTextValueFilteredStateVF() virtual method checks the value filters. You can override these methods in your CExtReportGridColumn-derived class and perform your case-insensitive comparisons. The CExtReportGridWnd::ReportColumnRegister() method allows you to use your CExtReportGridColumn-derived class as report column description object instead of the CExtReportGridColumn class as is.