Problem while using json for listing in grid

Hi,

I am using following json for showing grid.

{
“search”:{
“type”:“Apartrsnts”,
“numBedrooms”:“3”,
“priceRange”:“100000:500000”,
“location”:“Santa Ponsa”
},
“personal”:{
“name”:“bhupenda jai: 1”,
“email”:"sebdrd@gmail.com",
“mobile”:"+346343423170"
}
}

If I am using this format for showing the listing in grid not able to get the listing for this format.

Unfortunately its not clear what do you mean under “not able to get the listing for this format”?

Listing will not be display for this format. Is it possible to show list using this json format.

Nope, grid can’t parse such json data, but it possible to define custom loading type, where you will be able to use any format of incoming data.

docs.dhtmlx.com/doku.php?id=dhtm … s_creation