Hey Tony,
I upgraded. When setting repeatitems: true I get the following error:
ccur is undefined
grid.base.js
Line 817
When repeatitem: false I don't get an error but my grid shows blank items. Here is my json data:
{“total”:0, “records”:7, “rows”:[{“pk”: 1, “model”: “auto.vehicle”, “fields”: {“location”: “Beaverton”, “price”: 9000, “state”: “OR”, “zip”: 97123, “address”: “123 Park Ave”}}, {“pk”: 4, “model”: “auto.vehicle”, “fields”: {“location”: “Cottage Grove”, “price”: 14900, “state”: “OR”, “zip”: 97472, “address”: “2233 Cottage way”}}, {“pk”: 7, “model”: “auto.vehicle”, “fields”: {“location”: “Springfield”, “price”: 18990, “state”: “OR”, “zip”: 97477, “address”: “2686 Wayside LN”}}, {“pk”: 8, “model”: “auto.vehicle”, “fields”: {“location”: “Eugene”, “price”: 2874, “state”: “OR”, “zip”: 97402, “address”: “76555 Walker St”}}, {“pk”: 9, “model”: “auto.vehicle”, “fields”: {“location”: “Cottage Grove”, “price”: 2300, “state”: “OR”, “zip”: 97472, “address”: “223 Smith Way”}}, {“pk”: 10, “model”: “auto.vehicle”, “fields”: {“location”: “Fall Creek”, “price”: 7700, “state”: “OR”, “zip”: 97438, “address”: “123 Little Fall Creek Rd.”}}, {“pk”: 11, “model”: “auto.vehicle”, “fields”: {“location”: “Eugene”, “price”: 7640, “state”: “OR”, “zip”: 97402, “address”: “48596 Martin Luther King Jr Blvd.”}}] }
Thanks for your help