Login Register

programaticaly

Rendering the grid programaticaly and loading data into it through a json file created via a servlet

I want to render the grid such that the row and column headers are formed dynamically and also its contents are populated. The JSON object is available via a AJAX call. My aim is to create the grid with the help of this JSON object i get. What will be the right store to use ..eg. ItemFileReadStore,QuerryReadStore,..etc. I have to achieve this my calling the servlet only once in the AJAX call.

Here is my code

dojo11.addOnLoad(function(){

var jsonObject;

Syndicate content