jQWidgets Forums

jQuery UI Widgets Forums Grid status bar in button not showing

This topic contains 2 replies, has 2 voices, and was last updated by  mustafa 10 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • status bar in button not showing #66828

    mustafa
    Participant

    hello
    I do not see the button in the status bar

    ` renderstatusbar: function (statusbar) {

    var reloadButton = $(“<div style=’float: left; margin-left: 5px;’><span style=’margin-left: 4px; position: relative; top: -3px;’>Reload</span></div>”);

    statusbar.append(reloadButton );

    reloadButton.click(function (event) {
    $(“#InvoiceItemGrid”).jqxGrid({ source: dataAdapter });
    });

    OR
    var gridAddRow = $(“<div id=’gridAddRow’>Add Row</div>”);

    statusbar.append(gridAddRow );

    gridAddRow.jqxButton({ theme: “web”, width: 65, height: 20 });

    },
    statusbarheight: 45,

    status bar in button not showing #66829

    Peter Stoev
    Keymaster

    Hi mustafa,

    You can’t have Aggregates and Statusbar at the same time. Aggregates are rendered in the StatusBar.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    status bar in button not showing #66853

    mustafa
    Participant

    hi peter
    thank you

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

You must be logged in to reply to this topic.