jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Long column headers Long column headers #24366

    simpleweb
    Member

    howdy,

    Is there a way to wrap the header text on columns. I don’t want to rely on tool tip.

    thanks


    simpleweb
    Member

    Hi Robby,

    Can you explain how you resolved the issue? I have similar problem, where when I pass more than one param, I get the same error Invalid JSON primitive.

    Here is how mine look like

    var theme = getDemoTheme();
    var url = “GetData.asmx/GetCustomerDetail”;
    var jsData = ‘{CustID:1,status:1}’;

    // prepare the data
    var source =
    {
    type: “GET”,
    datatype: “json”,
    datafields: [
    { name: ‘custID’ },
    { name: ‘sCustname’ },
    { name: ‘status’ },
    { name: ‘address’ }
    ],
    async: false,
    data: jsData,
    url: url

    };

    thanks

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