messages.commands.groupString(default: "Group Items")

Defines the title attribute for the group DropDownList.

Example

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