Natural Sort-Option for RadGrid to sort the items in the grid in a natural way. By natural sort we mean sorting like StrCmpLogicalW (Win32 API).
This can be achieved by using custom objects with IComparer implemented.