messages.commands.searchString(default: "Search...")

Defines the placeholder text in the PropertyGrid search panel.

Example

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