DataGridColumnBuilder<T>.SortingMethod Method
| Name | Parameters | Description |
|---|---|---|
| SortingMethod(RazorBlock) | jsFunc | Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sortingMethod option. |
| SortingMethod(String) | jsFunc | Specifies a custom comparison function for sorting. Applies only when sorting is performed on the client. Mirrors the client-side sortingMethod option. |