Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by shaffi on Feb 03, 2009 04:16
open dhtmlx forum
how to create json object format and return it to grid

Hi ,
i'm new to this grid concepts.Can any please tell me how to create json object in jsp which is understandable by grid to load data.Please help me.I'm trying to implement this using java technology
Answer posted by Support on Feb 03, 2009 05:07
The grid is fully client side, so you need to create a code, which will init grid structure on client side and finish it with something similar to next

grid.load("some.jsp",json);

during page loading component will request some.jsp from server and this script need to output data for grid in JSON format