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 sort in grids Collapse All
Subject Author Date
Offer Har Apr 4, 2011 - 7:49 AM

Hi,


We need all grids to be sorted case insensitive - how do we do it?


Thanks,


Ron.

Technical Support Apr 4, 2011 - 8:46 AM

Please use the CExtGridCellString derived cell class which implements the CExtGridCell::Compare() virtual method for case insensitive cell text comparison (CString::CompareNoCase() or _tcsicmp()).