Is there any way to have the grids sort case insensitive without changing all the data to all upper or lower case?
Found it.
col.SortComparisonType = SortComparisonType.CaseInsensitive
Thanks
John