ctlUniGrid.SortCompareRows EventRaised if you chose to sort a column using a custom eventSyntax 
Public Event SortCompareRows (ByRef vColKey As Variant, 
ByVal iRow1 As Long, ByVal iRow2 As Long, ByVal bSortAscending As Boolean, ByRef bRetFirstIsGreater As Boolean) Parameters 
 Remarks 
Private Sub fxGrid_SortCompareRows( _  |