jQWidgets Forums

jQuery UI Widgets Forums Grid Display the data in grid using Json

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Display the data in grid using Json #63879

    sri1241
    Participant

    Hi,

    I have the Json data like

    
     var oldJson=
    	 [{"oldvalue":[{"columns":[{"Nam":"Name","Ag":"Age","M1":"Marks"}]},
    	  {"values":
    		[{"Nam":"Sri","Ag":"20","M1":"50"}]
    	   }]
    	 }]
     var newJson=
    	 [{"newvalue":[{"columns":[{"Nam":"Name","Ag":"Age","M1":"Marks"}]},
    	  {"values":
    		[{"Nam":"Sri","Ag":"21","M1":"50"}]
    	   }]
    	 }]

    I need to display the data in grid using this JSON. My Grid will be like

    Column Name Old value New Value

    Name Sri Sri
    Age 20 21
    Marks 50 50

    Please help..

    Display the data in grid using Json #63890

    Dimitar
    Participant

    Hello sri1241,

    jqxGrid can be loaded from one data source only. Please check out the Grid Data Sources guide to see how to load the grid correctly.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.