jQuery UI Widgets Forums Grid json to grid in java

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • json to grid in java #47655

    mallepaddi
    Participant

    Hi

    My grid works with following data (json) ..

    [{
    “selected”: false,
    “productcode”: “100008101”,
    “description”: “OSOM Ultra Streptococcus Group”,
    “supplier”: “Roche Diagnostic”,
    “price”: “150.50”,
    “uom”: “Box”,
    “qty”: 0
    }]

    now i have integrated grid to my java servlet which returns data as below .. and then grid doesn’t show data instread showing row with empty fields.

    {“Top20Products”: {
    “selected”: false,
    “productcode”: “100008101”,
    “description”: “OSOM Ultra Group”,
    “supplier”: “Roche”,
    “price”: “150”,
    “uom”: “Box”,
    “qty”: “0”
    }}

    How do i solve this issue ?

    Thanks

    json to grid in java #47668

    Dimitar
    Participant

    Hello mallepaddi,

    Your issue may be related to incorrect datafields mapping. Please refer to the tutorial Grid Data Sources to learn how to correctly map your JSON source.

    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.