items.fieldString

Maps the item configuration to the model property.

Example

<div id="propertyGrid"></div>
<script>
$("#propertyGrid").kendoPropertyGrid({
    items: [
        { field: "name" },
        { field: "price" },
        { field: "category" }
    ],
    model: {
        name: "Laptop",
        price: 999,
        category: "Electronics"
    }
});
</script>
In this article
items.field
Not finding the help you need?
Contact Support