jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Grid dataSource Grid dataSource #6937

    jason
    Member

    i know this ,but in my case ,it’s quite different from any other samples ,
    i have a javascript method like this

    CallWS({
    exec: “getorganizations”,
    organization_id: 0
    }, function (data) {
    $(“#txtResult”).val(JSON.stringify(data));
    });
    so i can not get data use a url or anything else.

    in reply to: Grid dataSource Grid dataSource #6930

    jason
    Member

    hi perter ,
    i can not populates the Grid in those ways ,there is one way i can do is using js method which can send a ajax request and have a callback method in the callback method i can get the data from serverside. I can use a javascript method not a url.

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