Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: ColdFusion data source for jqGrid

$
0
0

it seems that cfc does not return json data type that jquery grid looking for.

I just got some json format from web site that json type cfc returns do not have "page", "total", "records" and "rows"

 

Regards,

 

 

Iccsi,

 

{

"page":"1",

"total":1,

"records":"10",

"rows":[

{"id":"2:1","cell":["1","image","Chief Scout","Highest Award test","0"]},

{"id":"2:2","cell":["2","image","Link Badge","When you are invested as a Scout, you may be eligible to receive a Link Badge. (See page 45)","0"]},

{"id":"2:3","cell":["3","image","Pioneer Scout","Upon completion of requirements, the youth is invested as a Pioneer Scout","0"]},

{"id":"2:4","cell":["4","image","Voyageur Scout Award","Voyageur Scout Award is the right after Pioneer Scout.","0"]},

{"id":"2:5","cell":["5","image","Voyageur Citizenship","Learning about and caring for your community.","0"]},

{"id":"2:6","cell":["6","image","Fish and Wildlife","Demonstrate your knowledge and involvement in fish and wildlife management.","0"]},

{"id":"2:7","cell":["7","image","Photography","To recognize photography knowledge and skills","0"]},

{"id":"2:8","cell":["8","image","Recycling","Demonstrate your knowledge and involvement in Recycling","0"]},

{"id":"2:10","cell":["10","image","Voyageur Leadership ","Show leadership ability","0"]},

{"id":"2:11","cell":["11","image","World Conservation","World Conservation Badge","0"]}

]}


Viewing all articles
Browse latest Browse all 21760

Trending Articles