I have an aspx page which returns the following data:{
"TASKS": [
{
"TASK_ID": 101153,
"TASK_TYPE": "Ticket",
"TITLE": "This is not working 1",
"PRIORITY": "Unassigned"
},
{
"TASK_ID": 101159,
"TASK_TYPE": "Ticket",
"TITLE": "This is not working 2",
"PRIORITY": "Unassigned"
},
{
"TASK_ID": 101091,
"TASK_TYPE": "Ticket",
"TITLE": "This is not working 3",
"PRIORITY": "Unassigned"
}]
}
The content type is "application/json", yet no matter what I do, I can not get the grid to load this data. Can someone help?