jQWidgets Forums

jQuery UI Widgets Forums Grid Statusbar issue

Tagged: ,

This topic contains 1 reply, has 1 voice, and was last updated by  ipad 12 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Statusbar issue #21893

    ipad
    Participant

    Dear jqx-Team,

    my statusbar doesnt show up and i dont know why!
    here is my code:
    $(element).jqxGrid({
    width: elementSize.width,
    height: elementSize.height,
    source: dataAdapter,
    showstatusbar: true,
    renderstatusbar: function (statusbar) {
    var searchButton = $(”);
    var container = $(“

    “);
    container.append(searchButton);
    statusbar.append(container);
    });

    searchButton.click(function (event) {
    $(‘#dlgFilter’).dialog(‘open’);
    });
    },

    Could you help me please!

    Statusbar issue #21895

    ipad
    Participant

    solved

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

You must be logged in to reply to this topic.