Hi,
I have looked at the examples of loading Json from a java script file but I would like to know if there any examples of dhtmlx libraries to load json data which loads any java objects.
I tried to load the data but was not successful.
Thank you
Hi,
I have looked at the examples of loading Json from a java script file but I would like to know if there any examples of dhtmlx libraries to load json data which loads any java objects.
I tried to load the data but was not successful.
Thank you
You can use
grid.load("some.jsp", "json");
As result jsp script will be called, and its result will be parsed as json.