messages.commands.sortString(default: "Sort")

Defines the title attribute for the Sort DropDownList.

Example

<div id="propertyGrid"></div>
<script>
$("#propertyGrid").kendoPropertyGrid({
    messages: {
        commands: {
            sort: "Sort Properties"
        }
    },
    model: {
        foo: "bar",
        baz: 5
    }
});
</script>
In this article
messages.commands.sort
Not finding the help you need?
Contact Support