Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by xiaobai on Jul 21, 2009 00:53
open dhtmlx forum
How about the json format in Smart Rendering?

Hello! The sample "dhtmlxGrid. Step-by-step Guide. Big grid",it use XML format.Now i want to use JSON format, how about the json format to write? {total_count:100, pos:30, rows:[{id:30, data:[...]}, {id:31, data:[...]}] }, is that right?
Answer posted by dhxSupport on Jul 21, 2009 09:32
Your server side code shold return json string in the following format:
{total_count:"30",pos:"0",rows:[{id:47083,data:["Chrendrams","jx8727","109"]},{id:47084,data:["Ucksibytenog","fh9549","18"]}]}