New to Telerik UI for ASP.NET Core? Download free 30-day trial

TreeListColumnSortableSettingsBuilder

Methods

Compare(System.String)

A JavaScript function for comparing the values. If the first argument is less than the second one, returns -1.; If both arguments are the same, returns 0. or If the first argument is greater than the second one, returns +1..

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Compare(System.Func)

A JavaScript function for comparing the values. If the first argument is less than the second one, returns -1.; If both arguments are the same, returns 0. or If the first argument is greater than the second one, returns +1..

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?