C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : CustomComparer Property |
The grid has a default System.Collections.IComparer implementation that is used to compare cells and determine if their contents are equivalent. This implementation is used when merging, grouping, or searching for values (see the AllowMerging property and the Subtotal(AggregateEnum,Int32,Int32,Int32,Int32,String) and FindRow(String,Int32,Int32,Boolean,Boolean,Boolean,Boolean) methods).
The default implementation is case-sensitive and takes leading and trailing blanks into account.
If you want to merge cells using a case-insensitive comparison or trimming blanks, write a custom class that implements the System.Collections.IComparer interface and assign an instance of it to the grid's CustomComparer property.
Setting this property to null (Nothing in Visual Basic) restores the default behavior.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2