jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: £ as a currency symbol £ as a currency symbol #87333

    simpzoid
    Participant

    Ivo,

    As a result of your help I have discovered that jqwidget works fine and that the problem is in the server configuration. The server is mangling the £ sign into something unintelligible.

    Thanks again,
    Scott

    in reply to: £ as a currency symbol £ as a currency symbol #87298

    simpzoid
    Participant

    Ivo,

    Thanks for the help but using your code I still get, e.g:

    �2.25

    Regards,
    Scott

    in reply to: addrow with paging addrow with paging #72207

    simpzoid
    Participant

    Dimitar,

    Thanks for all your help.

    Regards,
    Scott

    in reply to: addrow with paging addrow with paging #72169

    simpzoid
    Participant

    Dimitar,

    Thanks that helps but when I assign a unique id I still get the same problem on all but the first page.

    // addrow handler.
    $(“#addrowbutton”).bind(‘click’, function () {
    update_row_index = update_row_index + 1;
    var add_id = ‘noid’ + update_row_index;
    $(“#jqxgrid”).jqxGrid(“addrow”, add_id, {}, “first”);
    for (i = 0; i < edited_rows.length; i++) {
    edited_rows[i] = edited_rows[i] + 1;
    }

    });

    update_row_index is a global.

    Regards,
    Scott

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