I am trying to use jqgrid and it does not like the data format my django view is returning. Please help.
json data:
{total:”1″, page:”1″, records:”2″, rows: id:18, cell:[“status”: “New”, “due_date”: “11/20/08”, “task_type”: “Defect”, “severity”: “Medium”, “estimated_effort”: 35, “task_no”: 18, “task_summary”: “backlog defect”, “sprint_id”: 3, “actual_effort_so_far”: 5, “milestone”: “Test Iteration”, “owner”: “R barron”, “open_date”: “11/09/08”, “effort_remaining”: 30, “id”: 18,[id:27, cell:[“status”: “New”, “due_date”: “11/21/08”, “task_type”: “Defect”, “severity”: “High”, “estimated_effort”: null, “task_no”: 27, “task_summary”: “what apain”, “sprint_id”: 3, “actual_effort_so_far”: 0, “milestone”: “Test Iteration”, “owner”: “R barron”, “open_date”: “11/09/08”, “effort_remaining”: null, “id”: 27]]]}
javascript:
here is the js. I see the header and footer of grid but no data
jQuery(document).ready(function(){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top