jQuery UI Widgets Forums Grid Get Grid data

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Get Grid data #64153

    letos07
    Participant

    Hey, please help me.
    I passed data in grid remotely, and want to get it.
    I tried jqxGrid(‘getrowdata’, row) – and this give’s me only json which had be passed in columns.
    And I want have json data which I passed to dataAdapter

    Get Grid data #64157

    Dimitar
    Participant

    Hello letos07,

    The data loaded in the data adapter is stored in the array dataAdapter.records (where dataAdapter is your jqxDataAdapter instance).

    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.