jQWidgets Forums

jQuery UI Widgets Forums Grid Binding JqxGrid to Webservice

This topic contains 0 replies, has 1 voice, and was last updated by  sdb 10 years, 11 months ago.

Viewing 1 post (of 1 total)
  • Author
  • Binding JqxGrid to Webservice #57247

    sdb
    Participant

    Hello,

    var dataAdapter = new $.jqx.dataAdapter(source, { contentType: ‘application/json; charset=utf-8’,
    downloadComplete: function (data, textStatus, jqXHR) {

    alert(data.d);
    return data.d;
    }
    }

    This code is not working in my javascript. I have followed all the steps mentioned in the demo but the page is showing blank. Please help

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.